diff options
author | Martin Mares <mj@ucw.cz> | 2004-06-05 11:27:17 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2004-06-05 11:27:17 +0200 |
commit | e21423bab8a7cfc1cf5d13ab77ebebfae8ce156e (patch) | |
tree | 2fbb18b811552df6d4e4b69ff8498fcc67485ec4 /proto/bgp/bgp.c | |
parent | fab37e81971a08b550c6d63ff11f0bf34f0a9aa2 (diff) | |
download | bird-e21423bab8a7cfc1cf5d13ab77ebebfae8ce156e.tar bird-e21423bab8a7cfc1cf5d13ab77ebebfae8ce156e.zip |
... in BGP.
Diffstat (limited to 'proto/bgp/bgp.c')
-rw-r--r-- | proto/bgp/bgp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/bgp/bgp.c b/proto/bgp/bgp.c index b8e2abb..9258d14 100644 --- a/proto/bgp/bgp.c +++ b/proto/bgp/bgp.c @@ -77,7 +77,7 @@ static void bgp_initiate(struct bgp_proto *p); static void bgp_setup_listen_sk(void); void -bgp_close(struct bgp_proto *p) +bgp_close(struct bgp_proto *p UNUSED) { ASSERT(bgp_counter); bgp_counter--; @@ -370,7 +370,7 @@ bgp_initiate(struct bgp_proto *p) * closes the new connection by sending a Notification message. */ static int -bgp_incoming_connection(sock *sk, int dummy) +bgp_incoming_connection(sock *sk, int dummy UNUSED) { struct proto_config *pc; int match = 0; |