mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
After shutdown, BIRD should have exit code 0.
This commit is contained in:
@@ -314,7 +314,8 @@ void
|
||||
sysdep_shutdown_done(void)
|
||||
{
|
||||
unlink(path_control_socket);
|
||||
die("System shutdown completed");
|
||||
log_msg(L_FATAL "System shutdown completed");
|
||||
exit(0);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user