diff options
Diffstat (limited to 'tests/bgp_mpath_test.c')
-rw-r--r-- | tests/bgp_mpath_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bgp_mpath_test.c b/tests/bgp_mpath_test.c index 35947537..ed54d9c1 100644 --- a/tests/bgp_mpath_test.c +++ b/tests/bgp_mpath_test.c @@ -376,7 +376,7 @@ static int global_test_init (void) { master = thread_master_create (); - zclient = zclient_new (); + zclient = zclient_new (master); bgp_master_init (); bgp_option_set (BGP_OPT_NO_LISTEN); |