After shutdown, BIRD should have exit code 0.

This commit is contained in:
Ondrej Zajicek 2009-11-13 14:54:43 +01:00
parent d3f36e5978
commit 653b4015f1

View file

@ -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);
}
/*