1
0
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:
Matthias Dieter Wallnöfer 2009-11-20 12:03:06 +01:00
parent 5ca0a4bfd6
commit 07e971f1c1

View File

@ -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;