diff svr-main.c @ 1677:e05c0e394f1d

Make DEBUG_NOFORK a #if not #ifdef
author Matt Johnston <matt@ucc.asn.au>
date Thu, 21 May 2020 22:58:56 +0800
parents 60fceff95858
children 3f80da5fe0b4
line wrap: on
line diff
--- a/svr-main.c	Tue May 19 00:31:41 2020 +0800
+++ b/svr-main.c	Thu May 21 22:58:56 2020 +0800
@@ -273,7 +273,7 @@
 				goto out;
 			}
 
-#ifdef DEBUG_NOFORK
+#if DEBUG_NOFORK
 			fork_ret = 0;
 #else
 			fork_ret = fork();