diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/RemoteControl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/RemoteControl.cpp b/lib/RemoteControl.cpp index dcae682..fd0ea77 100644 --- a/lib/RemoteControl.cpp +++ b/lib/RemoteControl.cpp @@ -532,6 +532,7 @@ void RemoteControllerZmq::send_fail_reply(zmq::socket_t &pSocket, const std::str void RemoteControllerZmq::process() { m_fault = false; + m_active = true; // create zmq reply socket for receiving ctrl parameters try { |