1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00
Ralph Boehme 3d8237a870 smbd: check for non FSA fsps in smb_file_rename_information()
If the fsp is a non FSA fsp created by openat_pathref_fsp(), we can't pass it to
rename_internals_fsp(). We have to go via rename_internals() which internally
uses SMB_VFS_CREATE_FILE() to open an fsp which ensure we go through the lease
checking code.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2020-12-16 09:08:31 +00:00
..
2020-12-04 21:08:38 +00:00
2020-12-16 09:08:31 +00:00
2018-01-16 02:43:03 +01:00
2020-12-16 09:08:31 +00:00
2020-11-30 22:24:37 +00:00