From f33ad84a2bcdc8977af056883344907a9acd4bfb Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 13 May 2017 17:40:03 +0200 Subject: [PATCH] added TODO --- src/ebusd/mqtthandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ebusd/mqtthandler.cpp b/src/ebusd/mqtthandler.cpp index 6c35fc1d..cefbd4cf 100644 --- a/src/ebusd/mqtthandler.cpp +++ b/src/ebusd/mqtthandler.cpp @@ -525,7 +525,7 @@ void MqttHandler::run() { updates.str(""); updates.clear(); updates << dec; - publishMessage(it.first, &updates); + publishMessage(it.first, &updates); // TODO avoid using the message while reload command is executed } } m_updatedMessages.clear();