Skip to content
Snippets Groups Projects
Commit 1124f39f authored by Ondřej Zajíček's avatar Ondřej Zajíček
Browse files

Client: Unknown command should return nonzero errorcode

parent e48f898f
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@ submit_init_command(char *cmd_raw)
if (!cmd)
{
cleanup();
exit(0);
exit(1);
}
submit_server_command(cmd);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment