diff svr-main.c @ 1683:41bf8f216644

merge rsa-sha256
author Matt Johnston <matt@ucc.asn.au>
date Tue, 26 May 2020 00:24:02 +0800
parents e05c0e394f1d
children 3f80da5fe0b4
line wrap: on
line diff
--- a/svr-main.c	Mon May 25 20:55:13 2020 +0500
+++ b/svr-main.c	Tue May 26 00:24:02 2020 +0800
@@ -273,7 +273,7 @@
 				goto out;
 			}
 
-#ifdef DEBUG_NOFORK
+#if DEBUG_NOFORK
 			fork_ret = 0;
 #else
 			fork_ret = fork();