ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/modules/msn2 msn.C,1.58,1.59


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/msn2 msn.C,1.58,1.59
Date: Fri, 31 Jan 2003 18:08:10 -0500

Update of /cvsroot/ayttm/ayttm/modules/msn2
In directory subversions:/tmp/cvs-serv14933

Modified Files:
        msn.C 
Log Message:
group add problem fixed


Index: msn.C
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/msn2/msn.C,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- msn.C       31 Jan 2003 13:30:42 -0000      1.58
+++ msn.C       31 Jan 2003 23:08:08 -0000      1.59
@@ -1257,7 +1257,8 @@
                }
        } 
        eb_name = Utf8ToStr(name);
-       if (!value_pair_get_value(msn_grouplist, eb_name)) {
+       if (!value_pair_get_value(msn_grouplist, eb_name)
+       || !strcmp("-1", value_pair_get_value(msn_grouplist, eb_name))) {
                msn_grouplist = value_pair_add (msn_grouplist, eb_name, 
strdup(id));
                eb_debug(DBG_MSN,"got group id %s, %s\n",id,eb_name);
        }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]