The unified diff between revisions [63530dac..] and [e99d4659..] is displayed below. It can also be downloaded as a raw diff.

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

#
#
# patch "svr-x11fwd.c"
#  from [9a96372da1c2e00791881900e07b72c76a9175d7]
#    to [79db165bbf9982b3cfee9f616e5626656a35d13e]
#
============================================================
--- svr-x11fwd.c	9a96372da1c2e00791881900e07b72c76a9175d7
+++ svr-x11fwd.c	79db165bbf9982b3cfee9f616e5626656a35d13e
@@ -52,7 +52,7 @@ int x11req(struct ChanSess * chansess) {
 		return DROPBEAR_FAILURE;
 	}

-	chansess->x11singleconn = buf_getbyte(ses.payload);
+	chansess->x11singleconn = buf_getbool(ses.payload);
 	chansess->x11authprot = buf_getstring(ses.payload, NULL);
 	chansess->x11authcookie = buf_getstring(ses.payload, NULL);
 	chansess->x11screennum = buf_getint(ses.payload);