diff src/gaimrc.c @ 4349:0c68d402f59f

[gaim-migrate @ 4614] XML Blist Gaim stores all the buddy lists in one big happy file now. You can order the buddies however you want, and they'll stay ordered that way. We can also store some per-buddy information now, which will be cool. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 19 Jan 2003 22:16:52 +0000
parents a723d060620a
children af485b4bb8c1
line wrap: on
line diff
--- a/src/gaimrc.c	Sun Jan 19 22:03:57 2003 +0000
+++ b/src/gaimrc.c	Sun Jan 19 22:16:52 2003 +0000
@@ -504,6 +504,7 @@
 	u->user_info[0] = 0;
 	u->options = OPT_USR_REM_PASS;
 	u->protocol = DEFAULT_PROTO;
+	u->permit = u->deny = NULL;
 
 	if (!fgets(buf, sizeof(buf), f))
 		return u;