]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb-tools: "ctdb tickle" command should run without daemon
authorMartin Schwenke <martin@meltin.net>
Thu, 4 Aug 2016 05:16:09 +0000 (15:16 +1000)
committerMartin Schwenke <martins@samba.org>
Mon, 8 Aug 2016 06:17:34 +0000 (08:17 +0200)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12123

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/tools/ctdb.c

index 71e4ab5d86655ffed187602b0ea4f2dc934bc988..51ab243c9f49f794b776e42ed73be2e319675660 100644 (file)
@@ -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", "<ip> <interface>" },
-       { "tickle", control_tickle, false, false,
+       { "tickle", control_tickle, true, false,
                "send a tcp tickle ack", "<srcip:port> <dstip:port>" },
        { "gettickles", control_gettickles, false, true,
                "get the list of tickles", "<ip> [<port>]" },