mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +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:
parent
70d306373e
commit
bf11bea5db
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user