From f2b319e457eb43410997615f834f0a21fa5e5b0a Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Thu, 4 Aug 2016 15:16:09 +1000 Subject: 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 --- ctdb/tools/ctdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctdb/tools') 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", " []" }, -- cgit v1.2.1