Skip to content

Commit

Permalink
Ctrl: Report errors on invalid args, don't try to connect.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Nov 3, 2020
1 parent bb840ed commit 9785896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mosquitto_ctrl/dynsec.c
Original file line number Diff line number Diff line change
Expand Up @@ -853,5 +853,5 @@ int dynsec__main(int argc, char *argv[], struct mosq_ctrl *ctrl)
return MOSQ_ERR_NOMEM;
}
}
return 0;
return rc;
}

0 comments on commit 9785896

Please sign in to comment.