changeset 8342:59e83fdb753e

[gaim-migrate @ 9066] I thought of this while typing that commits message. This will fix your wagon. I mean, for stuff other than Gaim that doesn't use that funky handler for AIM_CB_FAM_LOC/AIM_CB_LOC_REQUESTINFOTIMEOUT Gaim will still request the info and away messages... it just won't have the delay and rate limt hitting will occur more frequently. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 26 Feb 2004 08:33:00 +0000
parents fec4c1fb2ac8
children 46df38515dc7
files src/protocols/oscar/locate.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/oscar/locate.c	Thu Feb 26 08:29:32 2004 +0000
+++ b/src/protocols/oscar/locate.c	Thu Feb 26 08:33:00 2004 +0000
@@ -316,6 +316,8 @@
 
 		if ((userfunc = aim_callhandler(sess, conn, AIM_CB_FAM_LOC, AIM_CB_LOC_REQUESTINFOTIMEOUT)))
 			userfunc(sess, NULL);
+		else
+			aim_locate_dorequest(sess);
 	}
 
 	return was_explicit;