mirror of
https://github.com/samba-team/samba.git
synced 2025-01-03 01:18:10 +03:00
s3: smbd: fix deferred renames
This was broken byc7a9e0e4cd
. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14679 CI: https://gitlab.com/samba-team/samba/-/merge_requests/1875 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@amba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Wed Mar 31 06:13:39 UTC 2021 on sn-devel-184 (cherry picked from commit10d753868e
) Autobuild-User(v4-14-test): Karolin Seeger <kseeger@samba.org> Autobuild-Date(v4-14-test): Thu Apr 1 11:26:31 UTC 2021 on sn-devel-184
This commit is contained in:
parent
f5bb7a5501
commit
0662726974
@ -1 +0,0 @@
|
||||
^samba3.smb2.lease.rename_wait\(nt4_dc\)
|
@ -214,6 +214,7 @@ static bool delay_rename_lease_break_fn(
|
||||
return false;
|
||||
}
|
||||
|
||||
state->delay = true;
|
||||
break_to = (e_lease_type & ~SMB2_LEASE_HANDLE);
|
||||
|
||||
send_break_message(
|
||||
|
Loading…
Reference in New Issue
Block a user