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.53,1.54


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/msn2 msn.C,1.53,1.54
Date: Wed, 29 Jan 2003 10:36:01 -0500

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

Modified Files:
        msn.C 
Log Message:
dd group_mgmt_check_moved() so the modules can know
whether they shouldn't locally re-add a deleted group



Index: msn.C
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/msn2/msn.C,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- msn.C       29 Jan 2003 15:20:12 -0000      1.53
+++ msn.C       29 Jan 2003 15:35:59 -0000      1.54
@@ -1257,7 +1257,8 @@
                msn_grouplist = value_pair_add (msn_grouplist, eb_name, 
strdup(id));
                eb_debug(DBG_MSN,"got group id %s, %s\n",id,eb_name);
        }
-       if(strcmp(name,"~") && !find_grouplist_by_name(eb_name))
+       if(strcmp(name,"~") && !find_grouplist_by_name(eb_name)
+       && !group_mgmt_check_moved(eb_name)) /* if we won't remove it in ten 
seconds */
                add_group(eb_name);
 }
 





reply via email to

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