mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
s3:smbd remove todo comments
as the service is set to be case insensitive for SMB2 now, there is no need to set FLAG_CASELESS_PATHNAMES as flag Signed-off-by: Christian Ambach <ambi@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed May 4 05:00:36 CEST 2016 on sn-devel-144
This commit is contained in:
committed by
Jeremy Allison
parent
c519cc8b98
commit
f85b30ae78
@ -1811,7 +1811,6 @@ static NTSTATUS smbd_smb2_request_check_tcon(struct smbd_smb2_request *req)
|
||||
return NT_STATUS_ACCESS_DENIED;
|
||||
}
|
||||
|
||||
/* should we pass FLAG_CASELESS_PATHNAMES here? */
|
||||
if (!set_current_service(tcon->compat, 0, true)) {
|
||||
return NT_STATUS_ACCESS_DENIED;
|
||||
}
|
||||
|
@ -298,7 +298,6 @@ static void defer_rename_done(struct tevent_req *subreq)
|
||||
return;
|
||||
}
|
||||
|
||||
/* should we pass FLAG_CASELESS_PATHNAMES here? */
|
||||
ok = set_current_service(state->smb2req->tcon->compat, 0, true);
|
||||
if (!ok) {
|
||||
tevent_req_nterror(state->req, NT_STATUS_ACCESS_DENIED);
|
||||
|
Reference in New Issue
Block a user