diff cli-agentfwd.c @ 970:0bb16232e7c4

Make keepalive handling more robust, this should now match what OpenSSH does
author Matt Johnston <matt@ucc.asn.au>
date Tue, 19 Aug 2014 23:08:56 +0800
parents 30ab30e46452
children d46e7f613157
line wrap: on
line diff
--- a/cli-agentfwd.c	Wed Aug 13 22:07:43 2014 +0800
+++ b/cli-agentfwd.c	Tue Aug 19 23:08:56 2014 +0800
@@ -234,7 +234,7 @@
 		return;
 	}
 	
-	cli_start_send_channel_request(channel, "[email protected]");
+	start_send_channel_request(channel, "[email protected]");
 	/* Don't want replies */
 	buf_putbyte(ses.writepayload, 0);
 	encrypt_packet();