The unified diff between revisions [fb7080ca..] and [833d0ade..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'svr-agentfwd.c'

#
#
# patch "svr-agentfwd.c"
#  from [52fb70ca2c0319136708574134161a70c180517e]
#    to [4c686d351feecba37348ea3a9e0117a2425ae490]
#
============================================================
--- svr-agentfwd.c	52fb70ca2c0319136708574134161a70c180517e
+++ svr-agentfwd.c	4c686d351feecba37348ea3a9e0117a2425ae490
@@ -176,7 +176,7 @@ void agentcleanup(struct ChanSess * chan

 }

-static const struct ChanType chan_agent = {
+static const struct ChanType chan_svr_agent = {
 	0, /* sepfds */
 	"auth-agent@openssh.com",
 	NULL,
@@ -189,7 +189,7 @@ static int send_msg_channel_open_agent(i
 /* 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 {