diff src/protocols/msn/notification.c @ 5768:9c367309b33c

[gaim-migrate @ 6193] I think this is the right fix. I trust Chip will beat me with the clue bat if it's not. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 06 Jun 2003 04:28:59 +0000
parents 331295fb349e
children 952710ac6635
line wrap: on
line diff
--- a/src/protocols/msn/notification.c	Thu Jun 05 23:12:28 2003 +0000
+++ b/src/protocols/msn/notification.c	Fri Jun 06 04:28:59 2003 +0000
@@ -640,8 +640,8 @@
 	int user_num;
 	int num_users;
 	const char *type;
-	const char *passport;
-	const char *friend;
+	const char *passport = NULL;
+	const char *friend = NULL;
 
 	type      = params[1];
 	user_num  = atoi(params[3]);