aboutsummaryrefslogtreecommitdiffstats
path: root/main/openldap/openldap-mqtt-overlay.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/openldap/openldap-mqtt-overlay.patch')
-rw-r--r--main/openldap/openldap-mqtt-overlay.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/openldap/openldap-mqtt-overlay.patch b/main/openldap/openldap-mqtt-overlay.patch
index 47f31256f2..795480f1e4 100644
--- a/main/openldap/openldap-mqtt-overlay.patch
+++ b/main/openldap/openldap-mqtt-overlay.patch
@@ -281,7 +281,7 @@ index 0000000..b3a0a31
+static void mqtt_send_notify(mqtt_t *mqtt, mqtt_notify_t *n)
+{
+ Debug(LDAP_DEBUG_TRACE, "mqtt_send_notify: pub on topic '%s'\n", n->topic, 0, 0);
-+ n->notify_pending = mosquitto_publish(mqtt->mq, NULL, n->topic, 0, NULL, 1, false) == MOSQ_ERR_NO_CONN;
++ n->notify_pending = mosquitto_publish(mqtt->mq, NULL, n->topic, 0, NULL, 1, true) == MOSQ_ERR_NO_CONN;
+}
+
+static void mqtt_on_connect(struct mosquitto *mq, void *obj, int rc)