minor reformatting issue; no functional change made.

This commit is contained in:
Michael Graff
2000-03-28 00:10:02 +00:00
parent 0a48eff8c7
commit ed0b018ee0

View File

@@ -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.