datapath: No need to zero cb anymore in odp_packet_cmd_execute().
[openvswitch] / utilities / ovs-controller.c
index af9e11f0d749083925f4b16da6955f163990ef2f..ae0ea3da1b2c5d0699d4a8bcd6267a9a2c1f426b 100644 (file)
@@ -139,7 +139,6 @@ main(int argc, char *argv[])
         ovs_fatal(0, "no active or passive switch connections");
     }
 
-    die_if_already_running();
     daemonize_start();
 
     retval = unixctl_server_create(unixctl_path, &unixctl);