diff options
Diffstat (limited to 'bgpd/bgp_packet.c')
-rw-r--r-- | bgpd/bgp_packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_packet.c b/bgpd/bgp_packet.c index e492c599..00ddae13 100644 --- a/bgpd/bgp_packet.c +++ b/bgpd/bgp_packet.c @@ -2211,7 +2211,7 @@ bgp_capability_msg_parse (struct peer *peer, u_char *pnt, bgp_size_t length) } /* Dynamic Capability is received. */ -int +static int bgp_capability_receive (struct peer *peer, bgp_size_t size) { u_char *pnt; |