summaryrefslogtreecommitdiffhomepage
path: root/svr-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'svr-main.c')
-rw-r--r--svr-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/svr-main.c b/svr-main.c
index 0a39b70..00f854f 100644
--- a/svr-main.c
+++ b/svr-main.c
@@ -273,7 +273,7 @@ static void main_noinetd() {
goto out;
}
-#ifdef DEBUG_NOFORK
+#if DEBUG_NOFORK
fork_ret = 0;
#else
fork_ret = fork();