Commit 7435be1b authored by Claes Sjofors's avatar Claes Sjofors

Opc server asserted when client was removed (refs #115)

parent 79a3ec34
...@@ -355,6 +355,7 @@ static void *opcsrv_cyclic( void *arg) ...@@ -355,6 +355,7 @@ static void *opcsrv_cyclic( void *arg)
// (it->first>>24)&0xFF,(it->first>>16)&0xFF,(it->first>>8)&0xFF,it->first&0xFF); // (it->first>>24)&0xFF,(it->first>>16)&0xFF,(it->first>>8)&0xFF,it->first&0xFF);
opcsrv->m_clientlist.erase( it); opcsrv->m_clientlist.erase( it);
opcsrv->m_config->ClientCnt--; opcsrv->m_config->ClientCnt--;
break;
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment