diff svr-auth.c @ 92:2e92778dd162

Auth doesn't timeout after 5 minutes.
author Matt Johnston <matt@ucc.asn.au>
date Wed, 18 Aug 2004 09:14:43 +0000
parents b0316ce64e4b
children 5312ca05ed48
line wrap: on
line diff
--- a/svr-auth.c	Wed Aug 18 09:14:30 2004 +0000
+++ b/svr-auth.c	Wed Aug 18 09:14:43 2004 +0000
@@ -340,6 +340,8 @@
 	encrypt_packet();
 
 	ses.authstate.authdone = 1;
+	ses.connecttimeout = 0;
+
 
 	if (ses.authstate.pw->pw_uid == 0) {
 		ses.allowprivport = 1;