diff src/protocols/oscar/ssi.c @ 4235:cba92ec56248

[gaim-migrate @ 4481] Compile warning cleanups from Mr. Walp. My cable isn't dropping packets currently--but it will. It's only a matter of time. Speaking of time... Time Warner sucks. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 07 Jan 2003 23:58:52 +0000
parents 64d834b6caf2
children 9641bd9c79f5
line wrap: on
line diff
--- a/src/protocols/oscar/ssi.c	Tue Jan 07 23:24:20 2003 +0000
+++ b/src/protocols/oscar/ssi.c	Tue Jan 07 23:58:52 2003 +0000
@@ -1131,8 +1131,8 @@
 			new->bid = cur->bid;
 			new->type = cur->type;
 			new->data = aim_tlvlist_copy(cur->data);
+			new->next = NULL;
 		}
-		new->next = NULL;
 
 		sess->ssi.received_data = 1;