summaryrefslogtreecommitdiff
path: root/cli-agentfwd.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2014-08-19 23:08:56 +0800
committerMatt Johnston <matt@ucc.asn.au>2014-08-19 23:08:56 +0800
commit57e34db93351e2bb3be01f8571d2f4a49f8fdc38 (patch)
treeda758f18121fa30e487f3a9bb7f1fa592ef937a6 /cli-agentfwd.c
parent979e5c1d0382a1fe058ef917e885a004f500c465 (diff)
downloaddropbear-57e34db93351e2bb3be01f8571d2f4a49f8fdc38.tar.gz
Make keepalive handling more robust, this should now match what OpenSSH does
Diffstat (limited to 'cli-agentfwd.c')
-rw-r--r--cli-agentfwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli-agentfwd.c b/cli-agentfwd.c
index 4ec555b..535024f 100644
--- a/cli-agentfwd.c
+++ b/cli-agentfwd.c
@@ -234,7 +234,7 @@ void cli_setup_agent(struct Channel *channel) {
return;
}
- cli_start_send_channel_request(channel, "auth-agent-req@openssh.com");
+ start_send_channel_request(channel, "auth-agent-req@openssh.com");
/* Don't want replies */
buf_putbyte(ses.writepayload, 0);
encrypt_packet();