ofproto: Avoid memory leak in classifier on destruction.
[openvswitch] / vswitchd / ovs-vswitchd.c
index 1303e0893d9ffaa1cf73bcad9672fc083464e060..b9a24618404c6cd753f7b7bdf1034d8a8ea24ff9 100644 (file)
@@ -74,7 +74,6 @@ main(int argc, char *argv[])
     process_init();
     ovsrec_init();
 
-    die_if_already_running();
     daemonize_start();
 
     retval = unixctl_server_create(NULL, &unixctl);
@@ -199,8 +198,8 @@ parse_options(int argc, char *argv[])
     argv += optind;
 
     if (argc != 1) {
-        ovs_fatal(0, "database socket is only non-option argument; "
-                "use --help for usage");
+        VLOG_FATAL("database socket is only non-option argument; "
+                   "use --help for usage");
     }
 
     return argv[0];