mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-13 02:21:41 +01:00
replaced server with receiver bug
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user