bugfix enabledata streaming send int for update

This commit is contained in:
Dhanya Maliakal 2017-11-17 11:35:54 +01:00
parent 823d537825
commit a79864a5ae

View File

@ -687,6 +687,7 @@ int slsReceiverTCPIPInterface::send_update() {
#ifdef SLS_RECEIVER_UDP_FUNCTIONS
ind=(int)receiverBase->getDataStreamEnable();
#endif
mySock->SendDataOnly(&ind,sizeof(ind));
if (!lockStatus)
strcpy(mySock->lastClientIP,mySock->thisClientIP);