RAW-SFILEINFO-RENAME until I can figure out what
is different from the way CIFSFS drives this in
the cthon tests and the way smbtorture drives it.
Jeremy.
(This used to be commit
99f72dd9af82921de4827b9b9d90d75127332295)
if (dst_exists) {
files_struct *dst_fsp = file_find_di_first(file_id_sbuf(&sbuf1));
- if (dst_fsp && !(dst_fsp->share_access & FILE_SHARE_DELETE)) {
+ if (dst_fsp) {
DEBUG(3, ("rename_internals_fsp: Target file open\n"));
return NT_STATUS_ACCESS_DENIED;
}