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: 'cli-auth.c'

#
#
# patch "cli-auth.c"
#  from [de5116bdce9224fb01ed065fe625a069ab60e4d6]
#    to [e4689b84510bdf41e8aa2279bfdb8fb31879c0a7]
#
============================================================
--- cli-auth.c	de5116bdce9224fb01ed065fe625a069ab60e4d6
+++ cli-auth.c	e4689b84510bdf41e8aa2279bfdb8fb31879c0a7
@@ -127,7 +127,7 @@ void recv_msg_userauth_failure() {

 	methods = buf_getstring(ses.payload, &methlen);

-	partial = buf_getbyte(ses.payload);
+	partial = buf_getbool(ses.payload);

 	if (partial) {
 		dropbear_log(LOG_INFO, "Authentication partially succeeded, more attempts required");