tests: Factor OVSDB_INIT out of OVS_VSCTL_SETUP for other tests to use.
[openvswitch] / utilities / ovs-openflowd.c
index 5f4b24bd0714d873d8d32116c809f54dfe9978ea..43cbd6e0146c6bd0b2f367541b0c70610e40bd99 100644 (file)
@@ -124,7 +124,7 @@ main(int argc, char *argv[])
     /* Start listening for ovs-appctl requests. */
     error = unixctl_server_create(NULL, &unixctl);
     if (error) {
-        ovs_fatal(error, "Could not listen for unixctl connections");
+        exit(EXIT_FAILURE);
     }
 
     VLOG_INFO("Open vSwitch version %s", VERSION BUILDNR);