diff options
Diffstat (limited to 'source3/smbd/smb2_setinfo.c')
-rw-r--r-- | source3/smbd/smb2_setinfo.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/smbd/smb2_setinfo.c b/source3/smbd/smb2_setinfo.c index e1149408d1..96b44aaf77 100644 --- a/source3/smbd/smb2_setinfo.c +++ b/source3/smbd/smb2_setinfo.c @@ -219,12 +219,6 @@ static struct tevent_req *smbd_smb2_setinfo_send(TALLOC_CTX *mem_ctx, if (file_info_level == SMB_FILE_RENAME_INFORMATION) { /* SMB2_FILE_RENAME_INFORMATION_INTERNAL == 0xFF00 + in_file_info_class */ file_info_level = SMB2_FILE_RENAME_INFORMATION_INTERNAL; - if (fsp->oplock_type != FAKE_LEVEL_II_OPLOCK && - fsp->oplock_type != NO_OPLOCK) { - /* No break, but error. */ - tevent_req_nterror(req, NT_STATUS_SHARING_VIOLATION); - return tevent_req_post(req, ev); - } } if (fsp->fh->fd == -1) { |