CVSROOT: /cvs/cluster
Module name: cluster
Changes by: [EMAIL PROTECTED] 2007-08-21 19:33:55
Modified files:
group/daemon : cman.c
Log message:
comment out the new cman_set_dirty() call; it's not working
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/cman.c.diff?cvsroot=cluster&r1=1.30&r2=1.31
--- cluster/group/daemon/cman.c 2007/08/20 14:50:30 1.30
+++ cluster/group/daemon/cman.c 2007/08/21 19:33:55 1.31
@@ -32,10 +32,13 @@
{
int rv;
+#if 0
rv = cman_set_dirty(ch);
if (rv)
log_print("cman_set_dirty error %d", rv);
return rv;
+#endif
+ return 0;
}
static int is_member(cman_node_t *node_list, int count, int nodeid)