The unified diff between revisions [f8c94ac6..] and [d7df4581..] is displayed below. It can also be downloaded as a raw diff.
#
#
# patch "svr-auth.c"
# from [e32557639658f35d651b4365d538b14ad877b737]
# to [86f05f7a7df1de1108492ed86ba038e5a2d82eaa]
#
============================================================
--- svr-auth.c e32557639658f35d651b4365d538b14ad877b737
+++ svr-auth.c 86f05f7a7df1de1108492ed86ba038e5a2d82eaa
@@ -340,7 +340,9 @@ void send_msg_userauth_success() {
encrypt_packet();
ses.authstate.authdone = 1;
+ ses.connecttimeout = 0;
+
if (ses.authstate.pw->pw_uid == 0) {
ses.allowprivport = 1;
}