diff --git a/bin/named/unix/os.c b/bin/named/unix/os.c index 05452e3f19..4e63432506 100644 --- a/bin/named/unix/os.c +++ b/bin/named/unix/os.c @@ -139,7 +139,7 @@ ns_os_daemonize(void) { if (pid == -1) ns_main_earlyfatal("fork(): %s", strerror(errno)); if (pid != 0) - _exit(0); + _exit(0); /* * We're the child.