--- 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;