]> git.proxmox.com Git - mirror_frr.git/blobdiff - tests/test_lblmgr.c
Merge pull request #3174 from opensourcerouting/feature/isis-triggered-hello
[mirror_frr.git] / tests / test_lblmgr.c
index 9d1c05436c2a42b26ea03c58761cb0ea2bc5a1bd..e71e680fad5983c49eaf9eaf7caa7b68f9ee0216 100644 (file)
@@ -119,7 +119,7 @@ void init_zclient(struct thread_master *master, char *lm_zserv_path)
 {
        frr_zclient_addr(&zclient_addr, &zclient_addr_len, lm_zserv_path);
 
-       zclient = zclient_new_notify(master, &zclient_options_default);
+       zclient = zclient_new(master, &zclient_options_default);
        /* zclient_init(zclient, ZEBRA_LABEL_MANAGER, 0); */
        zclient->sock = -1;
        zclient->redist_default = ZEBRA_ROUTE_LDP;