unixctl: Avoid double error reporting.
[sliver-openvswitch.git] / vswitchd / ovs-brcompatd.c
index 70921f2..04ee2c0 100644 (file)
@@ -1159,7 +1159,7 @@ main(int argc, char *argv[])
 
     retval = unixctl_server_create(NULL, &unixctl);
     if (retval) {
-        ovs_fatal(retval, "could not listen for vlog connections");
+        exit(EXIT_FAILURE);
     }
 
     if (brc_open(&brc_sock)) {