]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb-client: Fix typo where CTDB_BROADCAST_ALL is repeated
authorMartin Schwenke <martin@meltin.net>
Thu, 14 Jun 2018 06:17:09 +0000 (16:17 +1000)
committerMartin Schwenke <martins@samba.org>
Mon, 2 Jul 2018 06:51:22 +0000 (08:51 +0200)
Surely this is meant to be CTDB_BROADCAST_CONNECTED?

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13499

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

index 0bd7a3aff8c371a61c0300c93072d340def43518..e30fe7650056851214da648af96c9d1531514044 100644 (file)
@@ -432,7 +432,7 @@ struct tevent_req *ctdb_tunnel_request_send(TALLOC_CTX *mem_ctx,
 
        if (destnode == CTDB_BROADCAST_ALL ||
            destnode == CTDB_BROADCAST_VNNMAP ||
-           destnode == CTDB_BROADCAST_ALL) {
+           destnode == CTDB_BROADCAST_CONNECTED) {
                state->wait_for_reply = false;
        }
        if (! state->wait_for_reply) {