mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 03:10:02 +02:00
replaced server with receiver bug
This commit is contained in:
parent
e4367c9ab1
commit
6a81e779c1
@ -423,7 +423,7 @@ int slsReceiverTCPIPInterface::update_client(sls::ServerInterface2 &socket) {
|
|||||||
|
|
||||||
// no arg, check receiver is null
|
// no arg, check receiver is null
|
||||||
socket.receiveArg(ret, mess, nullptr, 0);
|
socket.receiveArg(ret, mess, nullptr, 0);
|
||||||
if(server == nullptr)
|
if(receiver == nullptr)
|
||||||
NullObjectError(ret, mess);
|
NullObjectError(ret, mess);
|
||||||
socket.sendResult(false, ret, nullptr, 0, mess);
|
socket.sendResult(false, ret, nullptr, 0, mess);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user