diff options
author | Matt Johnston <matt@ucc.asn.au> | 2004-08-26 13:16:40 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2004-08-26 13:16:40 +0000 |
commit | 51a74b47995cfe24ef190b7e254f768eb92735f5 (patch) | |
tree | 30a6f39236a025b53a33c3893c96e1669e5b7563 /svr-agentfwd.c | |
parent | 2dcd6b22d94755a4f328885f469908c441ac8534 (diff) |
- added circular buffering for channels
- added stderr support for the client
- cleaned up a bunch of "unused" warnings, duplicated header definitions
- added exit-status support for the client
--HG--
extra : convert_revision : 5bdf806d8b440c87f7235414662f4189195618f4
Diffstat (limited to 'svr-agentfwd.c')
-rw-r--r-- | svr-agentfwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svr-agentfwd.c b/svr-agentfwd.c index 4e9aa56..2674138 100644 --- a/svr-agentfwd.c +++ b/svr-agentfwd.c @@ -97,7 +97,7 @@ fail: /* accepts a connection on the forwarded socket and opens a new channel for it * back to the client */ /* returns DROPBEAR_SUCCESS or DROPBEAR_FAILURE */ -static void agentaccept(struct Listener * listener, int sock) { +static void agentaccept(struct Listener *UNUSED(listener), int sock) { int fd; |