diff src/protocols/oscar/aim.h @ 7466:fa0324675ed9

[gaim-migrate @ 8079] This might fix the "user info for null unavailable," or whatever. Let me know when it doesn't. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 09 Nov 2003 07:58:23 +0000
parents 83e8faa7f6d5
children 2bdacd38528c
line wrap: on
line diff
--- a/src/protocols/oscar/aim.h	Sun Nov 09 06:12:06 2003 +0000
+++ b/src/protocols/oscar/aim.h	Sun Nov 09 07:58:23 2003 +0000
@@ -454,7 +454,8 @@
 
 	struct {
 		struct aim_userinfo_s *userinfo;
-		struct userinfo_node *request_queue;
+		struct userinfo_node *torequest;
+		struct userinfo_node *requested;
 		int waiting_for_response;
 	} locate;