1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Client: Unknown command should return nonzero errorcode

This commit is contained in:
Ondrej Zajicek
2022-12-10 03:02:26 +01:00
parent e48f898fda
commit 1124f39f73

View File

@@ -153,7 +153,7 @@ submit_init_command(char *cmd_raw)
if (!cmd)
{
cleanup();
exit(0);
exit(1);
}
submit_server_command(cmd);