diff options
Diffstat (limited to 'tests/test_lblmgr.c')
| -rw-r--r-- | tests/test_lblmgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_lblmgr.c b/tests/test_lblmgr.c index 9d1c05436c..e71e680fad 100644 --- a/tests/test_lblmgr.c +++ b/tests/test_lblmgr.c @@ -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; |
