Possible fix for errant test.

pull/1203/head
Roger A. Light 7 years ago
parent 61fe26474e
commit 5f0cb3a44c

@ -52,6 +52,7 @@ int main(int argc, char *argv[])
while(run == -1){ while(run == -1){
mosquitto_loop(mosq, 50, 1); mosquitto_loop(mosq, 50, 1);
} }
mosquitto_loop(mosq, 50, 1);
mosquitto_lib_cleanup(); mosquitto_lib_cleanup();
return run; return run;

Loading…
Cancel
Save