]> git.proxmox.com Git - mirror_frr.git/blobdiff - ldpd/ldp_zebra.c
lib: speedup test exit when startup fails
[mirror_frr.git] / ldpd / ldp_zebra.c
index c8b775cb8e8bf96416a8703cf9aa52a62fbb198b..9dc56773584aae7fb8d59a8aa2b3d32e70cda066 100644 (file)
@@ -533,7 +533,7 @@ void
 ldp_zebra_init(struct thread_master *master)
 {
        /* Set default values. */
-       zclient = zclient_new_notify(master, &zclient_options_default);
+       zclient = zclient_new(master, &zclient_options_default);
        zclient_init(zclient, ZEBRA_ROUTE_LDP, 0, &ldpd_privs);
 
        /* set callbacks */