Client: Unknown command should return nonzero errorcode
This commit is contained in:
parent
e48f898fda
commit
1124f39f73
@ -153,7 +153,7 @@ submit_init_command(char *cmd_raw)
|
|||||||
if (!cmd)
|
if (!cmd)
|
||||||
{
|
{
|
||||||
cleanup();
|
cleanup();
|
||||||
exit(0);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
submit_server_command(cmd);
|
submit_server_command(cmd);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user