]> git.proxmox.com Git - mirror_frr.git/blobdiff - tests/bgpd/test_mpath.c
*: convert zclient callbacks to table
[mirror_frr.git] / tests / bgpd / test_mpath.c
index 77fd8765946f6f00fd7496eb12e9ea62ee340ed7..d1ca356b949c6a5466d66ad865882683f9f0370a 100644 (file)
@@ -392,7 +392,7 @@ static int global_test_init(void)
 {
        qobj_init();
        master = thread_master_create(NULL);
-       zclient = zclient_new(master, &zclient_options_default);
+       zclient = zclient_new(master, &zclient_options_default, NULL, 0);
        bgp_master_init(master, BGP_SOCKET_SNDBUF_SIZE, list_new());
        vrf_init(NULL, NULL, NULL, NULL, NULL);
        bgp_option_set(BGP_OPT_NO_LISTEN);