Skip to content
Snippets Groups Projects
Commit d3f36e59 authored by Ondřej Zajíček's avatar Ondřej Zajíček
Browse files

Fixes BIRD socket unlink.

parent b7c0e93e
Branches
Tags
No related merge requests found
......@@ -313,7 +313,7 @@ async_shutdown(void)
void
sysdep_shutdown_done(void)
{
unlink(PATH_CONTROL_SOCKET);
unlink(path_control_socket);
die("System shutdown completed");
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment