Rev 388: fixed broadcast controls from the command line in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Tue May 29 06:34:50 GMT 2007


------------------------------------------------------------
revno: 388
revision-id: tridge at samba.org-20070529063450-63ene1tr08qffyf9
parent: tridge at samba.org-20070529062818-7dqe1nc2iu4z6o2d
committer: Andrew Tridgell <tridge at samba.org>
branch nick: tridge
timestamp: Tue 2007-05-29 16:34:50 +1000
message:
  fixed broadcast controls from the command line
modified:
  common/ctdb_control.c          ctdb_control.c-20070426122724-j6gkpiofhbwdin63-1
=== modified file 'common/ctdb_control.c'
--- a/common/ctdb_control.c	2007-05-29 03:33:59 +0000
+++ b/common/ctdb_control.c	2007-05-29 06:34:50 +0000
@@ -442,7 +442,7 @@
 		return -1;
 	}
 
-	if (destnode != CTDB_BROADCAST_VNNMAP && destnode != CTDB_BROADCAST_VNNMAP && 
+	if (destnode != CTDB_BROADCAST_VNNMAP && destnode != CTDB_BROADCAST_ALL && 
 	    (!ctdb_validate_vnn(ctdb, destnode) || 
 	     !(ctdb->nodes[destnode]->flags & NODE_FLAGS_CONNECTED))) {
 		if (!(flags & CTDB_CTRL_FLAG_NOREPLY)) {



More information about the samba-cvs mailing list