From: Martin Schwenke Date: Thu, 4 Aug 2016 05:16:09 +0000 (+1000) Subject: ctdb-tools: "ctdb tickle" command should run without daemon X-Git-Tag: tevent-0.9.30~203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2b319e457eb43410997615f834f0a21fa5e5b0a;p=thirdparty%2Fsamba.git ctdb-tools: "ctdb tickle" command should run without daemon BUG: https://bugzilla.samba.org/show_bug.cgi?id=12123 Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- diff --git a/ctdb/tools/ctdb.c b/ctdb/tools/ctdb.c index 71e4ab5d866..51ab243c9f4 100644 --- a/ctdb/tools/ctdb.c +++ b/ctdb/tools/ctdb.c @@ -6269,7 +6269,7 @@ static const struct ctdb_cmd { "check if local node is the recmaster", NULL }, { "gratarp", control_gratarp, false, true, "send a gratuitous arp", " " }, - { "tickle", control_tickle, false, false, + { "tickle", control_tickle, true, false, "send a tcp tickle ack", " " }, { "gettickles", control_gettickles, false, true, "get the list of tickles", " []" },