On Tue, Jul 17, 2018 at 03:34:12PM +0200, Jakub Sitnicki wrote: > Instead of dying let the main loop handle the error. > This will allow us to report errors when running in daemon mode. > > This is a result of applying the following semantic patch: > > @@ > identifier F; > identifier C; > identifier E; > @@ > static void F(struct ctl_context *C) { > <... > if (E) { > - ctl_fatal("%s", E); > + C->error = E; > + return; > } > ...> > } > > Signed-off-by: Jakub Sitnicki <j...@redhat.com>
Thanks. I adjusted this to change a couple of instances of: return; } by deleting the "return;". _______________________________________________ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev