From 6d2d3669f39f12182b79a0067f477b58948897f6 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Tue, 19 Aug 2014 23:08:56 +0800 Subject: Make keepalive handling more robust, this should now match what OpenSSH does --- cli-agentfwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli-agentfwd.c') 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(); -- cgit v1.2.3