diff packet.c @ 513:a3748e54273c

Idle timeout patch from Farrell Aultman. Needs testing, unsure if server code works
author Matt Johnston <matt@ucc.asn.au>
date Fri, 07 Nov 2008 14:11:06 +0000
parents 43bbe17d6ba0
children 378a6389f88e da6340a60039
line wrap: on
line diff
--- a/packet.c	Wed Nov 05 14:14:40 2008 +0000
+++ b/packet.c	Fri Nov 07 14:11:06 2008 +0000
@@ -72,6 +72,7 @@
 		}
 	} 
 	
+	ses.last_trx_packet_time = time(NULL);
 	ses.last_packet_time = time(NULL);
 
 	if (written == 0) {