Auth doesn't timeout after 5 minutes.

--HG--
extra : convert_revision : d7df458117bc7af1d7c748c52e06cf8ca03113c1
This commit is contained in:
Matt Johnston 2004-08-18 09:14:43 +00:00
parent cc1860bc86
commit e17d27d91d

View File

@ -340,6 +340,8 @@ void send_msg_userauth_success() {
encrypt_packet();
ses.authstate.authdone = 1;
ses.connecttimeout = 0;
if (ses.authstate.pw->pw_uid == 0) {
ses.allowprivport = 1;