Remove vestigial support for Spanning Tree Protocol.
[openvswitch] / lib / daemon.c
index 6cb553acf257fbec132819060e86b8f852620639..c8033fbec79a6a6147d9c060d045bb45d3fa0030 100644 (file)
@@ -448,6 +448,10 @@ daemonize_start(void)
     }
 
     make_pidfile();
+
+    /* Make sure that the unixctl commands for vlog get registered in a
+     * daemon, even before the first log message. */
+    vlog_init();
 }
 
 /* If daemonization is configured, then this function notifies the parent