Merge branch 'mainstream'
[sliver-openvswitch.git] / lib / daemon.c
index 2c8cf32..98f30d7 100644 (file)
@@ -529,6 +529,8 @@ daemonize_start(void)
         /* Running in daemon process. */
     }
 
+    forbid_forking("running in daemon process");
+
     if (pidfile) {
         make_pidfile();
     }