mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
Revert "server: when we migrate off a record with data, set the MIGRATED_WITH_DATA flag"
This reverts commit 17e231abf5ade83d7fa624b5cf54ae876e2795aa. (This used to be ctdb commit 23f81ba39ee7cd8a7360f4602b3eb264eb221552)
This commit is contained in:
parent
dff88a8a6a
commit
220c5371c7
@ -201,10 +201,6 @@ static void ctdb_call_send_dmaster(struct ctdb_db_context *ctdb_db,
|
||||
return;
|
||||
}
|
||||
|
||||
if (data->dsize != 0) {
|
||||
header->flags &= CTDB_REC_FLAG_MIGRATED_WITH_DATA;
|
||||
}
|
||||
|
||||
if (lmaster == ctdb->pnn) {
|
||||
ctdb_send_dmaster_reply(ctdb_db, header, *key, *data,
|
||||
c->hdr.srcnode, c->hdr.reqid);
|
||||
|
Loading…
Reference in New Issue
Block a user