Mercurial > dropbear
diff svr-agentfwd.c @ 225:ca7e76d981d9 agent-client
- progress towards client agent forwarding
(incomplete and does not compile)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 18 Jul 2005 14:32:52 +0000 |
parents | 0cfba3034be5 |
children | d588e3ea557a |
line wrap: on
line diff
--- a/svr-agentfwd.c Fri Jul 08 19:20:10 2005 +0000 +++ b/svr-agentfwd.c Mon Jul 18 14:32:52 2005 +0000 @@ -176,7 +176,7 @@ } -static const struct ChanType chan_agent = { +static const struct ChanType chan_svr_agent = { 0, /* sepfds */ "[email protected]", NULL, @@ -189,7 +189,7 @@ /* helper for accepting an agent request */ static int send_msg_channel_open_agent(int fd) { - if (send_msg_channel_open_init(fd, &chan_agent) == DROPBEAR_SUCCESS) { + if (send_msg_channel_open_init(fd, &chan_svr_agent) == DROPBEAR_SUCCESS) { encrypt_packet(); return DROPBEAR_SUCCESS; } else {