diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-15 22:00:28 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-15 22:30:28 -0400 |
| commit | cc629aef4a1a4bb08123ca72312be5e9b28f27c5 (patch) | |
| tree | dfb76bc4821bfaa9c2c776e19ce8f1d95eae122d /tests/bgpd/test_capability.c | |
| parent | 97b1a80cbb7ca5582972d700dbed6e011cbd9f83 (diff) | |
tests: Fix vrf_init to have correct call
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'tests/bgpd/test_capability.c')
| -rw-r--r-- | tests/bgpd/test_capability.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bgpd/test_capability.c b/tests/bgpd/test_capability.c index c3de6a16e8..787a398f3c 100644 --- a/tests/bgpd/test_capability.c +++ b/tests/bgpd/test_capability.c @@ -651,7 +651,7 @@ main (void) qobj_init (); master = thread_master_create (); bgp_master_init (master); - vrf_init (); + vrf_init (NULL, NULL, NULL, NULL); bgp_option_set (BGP_OPT_NO_LISTEN); if (fileno (stdout) >= 0) |
