# HG changeset patch # User Mark Doliner # Date 1077784380 0 # Node ID 59e83fdb753e5d3f1a2a716ccdf985534f4b2ca8 # Parent fec4c1fb2ac83d62db8cc18e3eb175c98e718d55 [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 diff -r fec4c1fb2ac8 -r 59e83fdb753e src/protocols/oscar/locate.c --- 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;