From 3b5979db2bfb4193575264f8c3d4572c0b5a3267 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Tue, 21 May 2019 11:39:19 +0100 Subject: [PATCH] Fix mosquitto_pub exiting with error code 0 when an error occurred. Thanks to janniswarnat. Closes #1285. --- ChangeLog.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 8796b5e1..aee9d648 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -52,7 +52,6 @@ Documentation: Build: - CLIENT_LDFLAGS now uses LDFLAGS. Closes #1294. -======= 1.6.2 - 20190430