Commit 7702f614 authored by Ian Craggs's avatar Ian Craggs

Fix utilities build for Windows

parent 205a5a20
......@@ -289,7 +289,6 @@ int main(int argc, char** argv)
signal(SIGINT, cfinish);
signal(SIGTERM, cfinish);
signal(SIGQUIT, cfinish);
rc = MQTTAsync_setCallbacks(client, client, NULL, messageArrived, NULL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment