]> git.puffer.fish Git - matthieu/frr.git/commitdiff
bgpd: static bgp_pthreads_init()
authorQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 26 Jun 2017 16:29:20 +0000 (16:29 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 30 Nov 2017 21:18:04 +0000 (16:18 -0500)
got un-static'd at some point

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
bgpd/bgpd.c

index b546056c16121be2f4b86c46e71890be22bbc7fa..65c215a466d2e9bd0035cac6c550796768ab2bb7 100644 (file)
@@ -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();