summaryrefslogtreecommitdiff
path: root/bgpd/bgp_fsm.c
diff options
context:
space:
mode:
Diffstat (limited to 'bgpd/bgp_fsm.c')
-rw-r--r--bgpd/bgp_fsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_fsm.c b/bgpd/bgp_fsm.c
index 6121e74a..c815f9a1 100644
--- a/bgpd/bgp_fsm.c
+++ b/bgpd/bgp_fsm.c
@@ -427,7 +427,7 @@ bgp_fsm_change_status (struct peer *peer, int status)
}
/* Flush the event queue and ensure the peer is shut down */
-int
+static int
bgp_clearing_completed (struct peer *peer)
{
int rc = bgp_stop(peer);