Commit c149dd15 authored by Claes Sjofors's avatar Claes Sjofors

Merge commit 'pwrutv_x470/master'

parents 56365c7c 1fdc3954
......@@ -962,6 +962,7 @@ void opc_provider::subAssociateBuffer( co_procom *pcom, void **buff, int oix, in
opcprv_sub sub;
server_state->RequestCnt++;
if ( subscribe_response.ServerSubHandle) {
sub.handle = *subscribe_response.ServerSubHandle;
sub.oix = oix;
m_sublist[sid.rix] = sub;
......@@ -972,6 +973,7 @@ void opc_provider::subAssociateBuffer( co_procom *pcom, void **buff, int oix, in
}
}
}
}
else {
// Error returned from soap
server_state->RequestCnt++;
......
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