diff src/protocols/oscar/aim.h @ 7259:22b5b81ca7e0

[gaim-migrate @ 7836] Correctly handle failed get info requests. This should fix that bug that's assigned to me, and also the problem SimGuy (and other people) have had where you need to Get Info twice before it works. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 14 Oct 2003 04:35:46 +0000
parents 0ed4d53c46f9
children 49839c4cbb1c
line wrap: on
line diff
--- a/src/protocols/oscar/aim.h	Tue Oct 14 03:46:00 2003 +0000
+++ b/src/protocols/oscar/aim.h	Tue Oct 14 04:35:46 2003 +0000
@@ -457,6 +457,7 @@
 	struct {
 		struct aim_userinfo_s *userinfo;
 		struct userinfo_node *request_queue;
+		struct userinfo_node *requested;
 		int waiting_for_response;
 	} locate;