From da22432d5922f3f5438c07cb519daf8a8ee71f6e Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Mon, 26 Jun 2017 16:29:20 +0000 Subject: [PATCH] bgpd: static bgp_pthreads_init() got un-static'd at some point Signed-off-by: Quentin Young --- bgpd/bgpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bgpd/bgpd.c b/bgpd/bgpd.c index b546056c16..65c215a466 100644 --- a/bgpd/bgpd.c +++ b/bgpd/bgpd.c @@ -7404,7 +7404,7 @@ static const struct cmd_variable_handler bgp_viewvrf_var_handlers[] = { {.completions = NULL}, }; -void bgp_pthreads_init() +static void bgp_pthreads_init() { frr_pthread_init(); -- 2.39.5