diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-06-27 16:24:14 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-06-27 16:24:14 +0200 |
commit | 43df82ccb4dbef42e511b381d9dd86e5c6a64644 (patch) | |
tree | 3a9c24b6b6993f2349f8cb26c044f93e4549f117 /lib | |
parent | 1d46beadab0396ff75bd1fbad32fb7924ed11aa7 (diff) | |
download | dabmod-43df82ccb4dbef42e511b381d9dd86e5c6a64644.tar.gz dabmod-43df82ccb4dbef42e511b381d9dd86e5c6a64644.tar.bz2 dabmod-43df82ccb4dbef42e511b381d9dd86e5c6a64644.zip |
RC: re-enable m_active after ZMQ RC restart
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 { |