replaced server with receiver bug

This commit is contained in:
Erik Frojdh 2019-05-28 11:35:41 +02:00
parent e4367c9ab1
commit 6a81e779c1

View File

@ -423,7 +423,7 @@ int slsReceiverTCPIPInterface::update_client(sls::ServerInterface2 &socket) {
// no arg, check receiver is null
socket.receiveArg(ret, mess, nullptr, 0);
if(server == nullptr)
if(receiver == nullptr)
NullObjectError(ret, mess);
socket.sendResult(false, ret, nullptr, 0, mess);