src/protocols/msn/userlist.c

changeset 12381
9a27a50d3864
parent 12380
0b1e1b2ad52a
child 13126
afce0fe97885
--- a/src/protocols/msn/userlist.c	Wed Dec 07 01:32:19 2005 +0000
+++ b/src/protocols/msn/userlist.c	Wed Dec 07 01:47:31 2005 +0000
@@ -87,7 +87,7 @@
 
 	pa = g_new0(MsnPermitAdd, 1);
 	pa->who = g_strdup(passport);
-	pa->friendly = (friendly != NULL) ? g_strdup(friendly) : NULL;
+	pa->friendly = g_strdup(friendly);
 	pa->gc = gc;
 
 	if (friendly != NULL)

mercurial