diff cli-agentfwd.c @ 971:763979a9c1f1 coverity

merge
author Matt Johnston <matt@ucc.asn.au>
date Tue, 19 Aug 2014 23:36:46 +0800
parents 0bb16232e7c4
children d46e7f613157
line wrap: on
line diff
--- a/cli-agentfwd.c	Fri Aug 08 21:26:07 2014 +0800
+++ b/cli-agentfwd.c	Tue Aug 19 23:36:46 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();