aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2023-06-27 16:24:14 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2023-06-27 16:24:14 +0200
commit43df82ccb4dbef42e511b381d9dd86e5c6a64644 (patch)
tree3a9c24b6b6993f2349f8cb26c044f93e4549f117
parent1d46beadab0396ff75bd1fbad32fb7924ed11aa7 (diff)
downloaddabmod-43df82ccb4dbef42e511b381d9dd86e5c6a64644.tar.gz
dabmod-43df82ccb4dbef42e511b381d9dd86e5c6a64644.tar.bz2
dabmod-43df82ccb4dbef42e511b381d9dd86e5c6a64644.zip
RC: re-enable m_active after ZMQ RC restart
-rw-r--r--lib/RemoteControl.cpp1
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 {