[SCM] CTDB repository - branch master updated - ctdb-1.0.81-1-gce6afbd

Ronnie Sahlberg sahlberg at samba.org
Mon May 11 03:38:05 GMT 2009


The branch, master has been updated
       via  ce6afbdef36e3c386b75709f73ef55efe0bd1987 (commit)
      from  a8019f20cd42a1965410fef5bac2c5b73657b38e (commit)

http://gitweb.samba.org/?p=sahlberg/ctdb.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit ce6afbdef36e3c386b75709f73ef55efe0bd1987
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Mon May 11 13:56:28 2009 +1000

    in the "lvsmaster" command, return -1 if there is no lvsmaster

-----------------------------------------------------------------------

Summary of changes:
 tools/ctdb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/tools/ctdb.c b/tools/ctdb.c
index a4120e8..44c8d07 100644
--- a/tools/ctdb.c
+++ b/tools/ctdb.c
@@ -1881,7 +1881,7 @@ static int control_lvsmaster(struct ctdb_context *ctdb, int argc, const char **a
 	}
 
 	printf("There is no LVS master\n");
-	return 0;
+	return -1;
 }
 
 /*


-- 
CTDB repository


More information about the samba-cvs mailing list