diff libpurple/protocols/myspace/myspace.c @ 22195:6419554aadd9

merge of '7a2d6f31a70791d5e6e8af6fae041e30d5a1c48f' and 'a0479b7ebd8713b6442fb2ecb8238b7e71be61b5'
author Sean Egan <seanegan@gmail.com>
date Fri, 25 Jan 2008 00:51:06 +0000
parents 19106c080a0e 252b96b6a32c
children 433233d3db10
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.c	Thu Jan 24 05:25:02 2008 +0000
+++ b/libpurple/protocols/myspace/myspace.c	Fri Jan 25 00:51:06 2008 +0000
@@ -2475,6 +2475,7 @@
 	 * the file descriptor, but it sometimes differs from the 'source' parameter.
 	 */
 	n = recv(session->fd, session->rxbuf + session->rxoff, MSIM_READ_BUF_SIZE - session->rxoff, 0);
+	gc->last_received = time(NULL);
 
 	if (n < 0 && errno == EAGAIN) {
 		return;