mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
Fixes BIRD socket unlink.
This commit is contained in:
parent
b7c0e93ebd
commit
d3f36e5978
@ -313,7 +313,7 @@ async_shutdown(void)
|
||||
void
|
||||
sysdep_shutdown_done(void)
|
||||
{
|
||||
unlink(PATH_CONTROL_SOCKET);
|
||||
unlink(path_control_socket);
|
||||
die("System shutdown completed");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user