mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 04:08:42 +00:00
Client: Unknown command should return nonzero errorcode
This commit is contained in:
parent
f063aaf33e
commit
9aa5a3d958
@ -153,7 +153,7 @@ submit_init_command(char *cmd_raw)
|
||||
if (!cmd)
|
||||
{
|
||||
cleanup();
|
||||
exit(0);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
submit_server_command(cmd);
|
||||
|
Loading…
Reference in New Issue
Block a user