diff libpurple/protocols/oscar/flap_connection.c @ 22195:6419554aadd9

merge of '7a2d6f31a70791d5e6e8af6fae041e30d5a1c48f' and 'a0479b7ebd8713b6442fb2ecb8238b7e71be61b5'
author Sean Egan <seanegan@gmail.com>
date Fri, 25 Jan 2008 00:51:06 +0000
parents ce5ced43cd93 252b96b6a32c
children 3225c99785b8
line wrap: on
line diff
--- a/libpurple/protocols/oscar/flap_connection.c	Thu Jan 24 05:25:02 2008 +0000
+++ b/libpurple/protocols/oscar/flap_connection.c	Fri Jan 25 00:51:06 2008 +0000
@@ -817,6 +817,7 @@
 						OSCAR_DISCONNECT_LOST_CONNECTION, g_strerror(errno));
 				break;
 			}
+			conn->od->gc->last_received = time(NULL);
 
 			/* If we don't even have a complete FLAP header then do nothing */
 			conn->header_received += read;