Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed Apr 2, 2021
2 parents bafe634 + 253dcc1 commit 9066622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ebusd/mqtthandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ string MqttHandler::getTopic(const Message* message, const string& suffix, const
if (g_topicFields[i] == "field") {
ret << fieldName;
} else {
message->dumpField(g_topicFields[i], false, &ret);
message->dumpField(g_topicFields[i], false, OF_NONE, &ret);
}
}
}
Expand Down

0 comments on commit 9066622

Please sign in to comment.