]> andersk Git - libfaim.git/blobdiff - aim_conn.c
- Fri Dec 1 23:48:38 UTC 2000
[libfaim.git] / aim_conn.c
index 6914f0ed057f96c5e117014767f64d76a5602367..836c0d442652e9ab70485632c29b239fbc4eafa5 100644 (file)
@@ -709,7 +709,9 @@ faim_export void aim_session_init(struct aim_session_t *sess, unsigned long flag
   sess->queue_outgoing = NULL;
   sess->queue_incoming = NULL;
   sess->pendingjoin = NULL;
+  sess->pendingjoinexchange = 0;
   aim_initsnachash(sess);
+  sess->msgcookies = NULL;
   sess->snac_nextid = 0x00000001;
 
   sess->flags = 0;
This page took 0.3376 seconds and 4 git commands to generate.