Fix inflight quota inc/dec for both broker and library.

This commit is contained in:
Roger A. Light
2019-04-17 16:15:41 +01:00
parent 9372f425b9
commit 689989cc56
9 changed files with 26 additions and 45 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
.PHONY: all test 01 02 03 04 08 09 clean reallyclean
CFLAGS=-I../../../lib -I../../../lib/cpp -DDEBUG -Werror
CFLAGS=-I../../../lib -I../../../lib/cpp -DDEBUG
LIBS=../../../lib/libmosquitto.so.1 ../../../lib/cpp/libmosquittopp.so.1
all : 01 02 03 04 08 09