libpurple/protocols/yahoo/yahoo.c

changeset 22277
7c386db62c81
parent 22225
6cd802a8c5ad
child 22359
64502566f95b
--- a/libpurple/protocols/yahoo/yahoo.c	Thu Jan 17 21:08:20 2008 +0000
+++ b/libpurple/protocols/yahoo/yahoo.c	Wed Jan 23 23:28:38 2008 +0000
@@ -2506,7 +2506,7 @@
 				_("Server closed the connection."));
 		return;
 	}
-
+	gc->last_received = time(NULL);
 	yd->rxqueue = g_realloc(yd->rxqueue, len + yd->rxlen);
 	memcpy(yd->rxqueue + yd->rxlen, buf, len);
 	yd->rxlen += len;

mercurial