mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
After shutdown, BIRD should have exit code 0.
This commit is contained in:
parent
d3f36e5978
commit
653b4015f1
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user