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 aa20ae4069..7053ad7642 100644 --- a/tests/bgp_mpath_test.c +++ b/tests/bgp_mpath_test.c @@ -377,7 +377,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); |
