Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > c56375966e6b0fac3dae4f3b23902319 > files > 4

rpcbind-0.1.4-8mdv2008.0.src.rpm

--- rpcbind-0.1.4/src/rpcbind.c~	2007-09-19 15:18:27.000000000 -0300
+++ rpcbind-0.1.4/src/rpcbind.c	2007-09-19 15:30:19.000000000 -0300
@@ -193,11 +193,6 @@
 	(void) signal(SIGHUP, SIG_IGN);
 	(void) signal(SIGUSR1, SIG_IGN);
 	(void) signal(SIGUSR2, SIG_IGN);
-#ifdef WARMSTART
-	if (warmstart) {
-		read_warmstart();
-	}
-#endif
 	if (debugging) {
 #ifdef RPCBIND_DEBUG 
 		printf("rpcbind debugging enabled.");
@@ -230,6 +225,11 @@
 		}
 	}
 
+#ifdef WARMSTART
+	if (warmstart) {
+		read_warmstart();
+	}
+#endif
 	network_init();
 
 	my_svc_run();