mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
The remote node needs to get the IMMEDIATE_MIGRATION flag to actually send the
record (This used to be ctdb commit 9159434b1eef39b7de58b30626039f1e45a97306)
This commit is contained in:
parent
eabe0bd7d4
commit
5edb0a8011
@ -358,6 +358,7 @@ static void daemon_request_call_from_client(struct ctdb_client *client,
|
||||
call->key = key;
|
||||
call->call_data.dptr = c->data + c->keylen;
|
||||
call->call_data.dsize = c->calldatalen;
|
||||
call->flags = c->flags;
|
||||
|
||||
if (header.dmaster == ctdb->vnn && !(ctdb->flags & CTDB_FLAG_SELF_CONNECT)) {
|
||||
state = ctdb_call_local_send(ctdb_db, call, &header, &data);
|
||||
|
Loading…
Reference in New Issue
Block a user