diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-15 10:15:22 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-15 10:15:22 -0700 |
commit | 9e43964f341f4a0841e130a5536172363c05e57b (patch) | |
tree | f10a60643eeea96eeeed4950c81ca01f9c303528 | |
parent | afcf4e97d50c3d7717330eed76a9c3a320b20b6f (diff) | |
download | quagga-9e43964f341f4a0841e130a5536172363c05e57b.tar.bz2 quagga-9e43964f341f4a0841e130a5536172363c05e57b.tar.xz |
BGP make receive capability static
-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; |