somewhere

This commit is contained in:
Dhanya Maliakal
2017-11-16 09:12:57 +01:00
parent 32d32dbcdc
commit c69ae52e76
2 changed files with 6 additions and 1 deletions

View File

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