src/protocols/oscar/oscar.c

changeset 3708
20ba51ab2c7f
parent 3694
49a336931cc6
child 3717
2fc0789e04e8
--- a/src/protocols/oscar/oscar.c	Tue Oct 15 20:02:14 2002 +0000
+++ b/src/protocols/oscar/oscar.c	Tue Oct 15 22:27:57 2002 +0000
@@ -2751,7 +2751,7 @@
 		return 1;
 
 	for (i = 0; i < count; i++)
-		add_chat_buddy(c->cnv, info[i].sn);
+		add_chat_buddy(c->cnv, info[i].sn, NULL);
 
 	return 1;
 }

mercurial