From: Quentin Young Date: Mon, 26 Jun 2017 16:29:20 +0000 (+0000) Subject: bgpd: static bgp_pthreads_init() X-Git-Tag: frr-4.0-dev~120^2~20 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=da22432d5922f3f5438c07cb519daf8a8ee71f6e;p=matthieu%2Ffrr.git bgpd: static bgp_pthreads_init() got un-static'd at some point Signed-off-by: Quentin Young --- 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();