diff options
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 83af5e9c6d..968f9ac445 100644 --- a/tests/bgpd/test_capability.c +++ b/tests/bgpd/test_capability.c @@ -917,7 +917,7 @@ int main(void) bgp_option_set(BGP_OPT_NO_LISTEN); bgp_pthreads_init(); - frr_pthread_get(PTHREAD_KEEPALIVES)->running = true; + bgp_pth_ka->running = true; if (fileno(stdout) >= 0) tty = isatty(fileno(stdout)); |
