We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54e68a commit 8f1143cCopy full SHA for 8f1143c
src/plugins/process/mqtt/src/mqtt.hpp
@@ -171,7 +171,7 @@ class MQTTPlugin : public ProcessPlugin {
171
bool flow_flush = false; ///< Tell storage plugin to flush current Flow.
172
uint32_t maximal_topic_count
173
= 0; ///< Maximal count of topics from Publish packet header to store for each flow
174
- RecordExtMQTT* recPrealloc; ///< Preallocated extension.
+ RecordExtMQTT* recPrealloc = nullptr; ///< Preallocated extension.
175
bool parse_mqtt(const char* data, int payload_len, RecordExtMQTT* rec) noexcept;
176
void add_ext_mqtt(const char* data, int payload_len, Flow& flow);
177
std::pair<uint32_t, bool>
0 commit comments