tests: Factor OVSDB_INIT out of OVS_VSCTL_SETUP for other tests to use.
[openvswitch] / utilities / ovs-discover.c
index 1c3afd0614bb3e0a16c3d0edf308044613cce234..8f46b992e35504922634b910d81c0a44327ed5c1 100644 (file)
@@ -102,7 +102,7 @@ main(int argc, char *argv[])
         struct iface *iface = &ifaces[i];
         dhclient_init(iface->dhcp, 0);
     }
-    fatal_signal_add_hook(release_ifaces, NULL, true);
+    fatal_signal_add_hook(release_ifaces, NULL, NULL, true);
 
     retval = regcomp(&accept_controller_regex, accept_controller_re,
                      REG_NOSUB | REG_EXTENDED);