1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

ctdb-tests: Send broadcast to connected nodes, not configured nodes

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

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
Amitay Isaacs 2017-09-28 11:47:24 +10:00 committed by Martin Schwenke
parent 70d306373e
commit bf11bea5db

View File

@ -264,7 +264,7 @@ static void cluster_wait_join_unregistered(struct tevent_req *subreq)
msg.data.data = tdb_null;
subreq = ctdb_client_message_send(state, state->ev, state->client,
CTDB_BROADCAST_ALL, &msg);
CTDB_BROADCAST_CONNECTED, &msg);
if (tevent_req_nomem(subreq, req)) {
return;
}