Fixes BIRD socket unlink.
This commit is contained in:
parent
b7c0e93ebd
commit
d3f36e5978
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ async_shutdown(void)
|
||||||
void
|
void
|
||||||
sysdep_shutdown_done(void)
|
sysdep_shutdown_done(void)
|
||||||
{
|
{
|
||||||
unlink(PATH_CONTROL_SOCKET);
|
unlink(path_control_socket);
|
||||||
die("System shutdown completed");
|
die("System shutdown completed");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue