Commit e116c48b authored by Julien Ammous's avatar Julien Ammous Committed by Cesanta Bot

Remove redundant initialization

CL: none

PUBLISHED_FROM=9d68cdc298c520798468b43a19c84251bd0c21b4
parent 7d7bb3b3
......@@ -31,7 +31,6 @@ int main(void) {
struct mg_mqtt_broker brk;
mg_mgr_init(&mgr, NULL);
mg_mqtt_broker_init(&brk, NULL);
if ((c = mg_bind(&mgr, s_listening_address, ev_handler)) == NULL) {
fprintf(stderr, "mg_bind(%s) failed\n", s_listening_address);
......
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