mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s4:ntvfs/posix/pvfs_acl - Remove unused variable "token"
This commit is contained in:
parent
5ca0a4bfd6
commit
07e971f1c1
@ -652,7 +652,6 @@ NTSTATUS pvfs_access_check_create(struct pvfs_state *pvfs,
|
||||
{
|
||||
struct pvfs_filename *parent;
|
||||
NTSTATUS status;
|
||||
struct security_token *token = req->session_info->security_token;
|
||||
|
||||
if (pvfs_read_only(pvfs, *access_mask)) {
|
||||
return NT_STATUS_ACCESS_DENIED;
|
||||
|
Loading…
Reference in New Issue
Block a user