From: Martin Schwenke Date: Mon, 18 Apr 2016 04:21:35 +0000 (+1000) Subject: ctdb-tools: Fix a dangling reference to the LVS capability X-Git-Tag: talloc-2.1.7~196 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=59c71646ff6b9da2b7dbad9971f02e8007a09bbb;p=thirdparty%2Fsamba.git ctdb-tools: Fix a dangling reference to the LVS capability Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- diff --git a/ctdb/tools/ctdb.c b/ctdb/tools/ctdb.c index 491cbfca961..2d4610f1223 100644 --- a/ctdb/tools/ctdb.c +++ b/ctdb/tools/ctdb.c @@ -3004,7 +3004,7 @@ static int control_getcapabilities(struct ctdb_context *ctdb, int argc, const ch printf("RECMASTER: %s\n", (capabilities&CTDB_CAP_RECMASTER)?"YES":"NO"); printf("LMASTER: %s\n", (capabilities&CTDB_CAP_LMASTER)?"YES":"NO"); } else { - printm(":RECMASTER:LMASTER:LVS:\n"); + printm(":RECMASTER:LMASTER:\n"); printm(":%d:%d:\n", !!(capabilities&CTDB_CAP_RECMASTER), !!(capabilities&CTDB_CAP_LMASTER));