X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utilities%2Fovs-openflowd.c;h=e0cfdc957bca741cf1ceaed93e90cc16347085b0;hb=63f08492f42c3095423b9c71c79904d6cad1126d;hp=5f4b24bd0714d873d8d32116c809f54dfe9978ea;hpb=250382a8fc839cb077b2636983a1c1de0d6b0e17;p=openvswitch diff --git a/utilities/ovs-openflowd.c b/utilities/ovs-openflowd.c index 5f4b24bd..e0cfdc95 100644 --- a/utilities/ovs-openflowd.c +++ b/utilities/ovs-openflowd.c @@ -112,6 +112,7 @@ main(int argc, char *argv[]) int error; struct netflow_options nf_options; + proctitle_init(argc, argv); set_program_name(argv[0]); time_init(); vlog_init(); @@ -124,7 +125,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);