kike: fix daemonization on *BSD

Bump liberty.
This commit is contained in:
2016-03-13 16:44:58 +01:00
parent 1c9de9291b
commit 90842c23a2
2 changed files with 3 additions and 1 deletions

2
kike.c
View File

@@ -3988,6 +3988,8 @@ daemonize (struct server_context *ctx)
int tty = open ("/dev/null", O_RDWR);
if (tty != 0 || dup (0) != 1 || dup (0) != 2)
exit_fatal ("failed to reopen FD's: %s", strerror (errno));
poller_post_fork (&ctx->poller);
}
int

Submodule liberty updated: 9bff16f5ec...365aed456e