comparison src/protocols/oscar/conn.c @ 7045:237ad253dd34

[gaim-migrate @ 7608] This should fix SimGuy's problem and maybe the problem Luke had earlier. I don't know what I was thinking with the static variables. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 30 Sep 2003 01:32:29 +0000
parents 4375bf2d9020
children ad243bc63184
comparison
equal deleted inserted replaced
7044:c889aee7bd95 7045:237ad253dd34
872 sess->queue_incoming = NULL; 872 sess->queue_incoming = NULL;
873 aim_initsnachash(sess); 873 aim_initsnachash(sess);
874 sess->msgcookies = NULL; 874 sess->msgcookies = NULL;
875 sess->icq_info = NULL; 875 sess->icq_info = NULL;
876 sess->oft_info = NULL; 876 sess->oft_info = NULL;
877 sess->emailinfo = NULL;
878 sess->locate.userinfo = NULL;
879 sess->locate.request_queue = NULL;
880 sess->locate.waiting_for_response = FALSE;
877 sess->snacid_next = 0x00000001; 881 sess->snacid_next = 0x00000001;
878 882
879 sess->flags = 0; 883 sess->flags = 0;
880 sess->debug = debuglevel; 884 sess->debug = debuglevel;
881 sess->debugcb = defaultdebugcb; 885 sess->debugcb = defaultdebugcb;