From: Matthias Dieter Wallnöfer Date: Fri, 20 Nov 2009 11:03:06 +0000 (+0100) Subject: s4:ntvfs/posix/pvfs_acl - Remove unused variable "token" X-Git-Tag: samba-4.0.0alpha9~309 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=07e971f1c169387af806af05aa60b6d021feb898;p=thirdparty%2Fsamba.git s4:ntvfs/posix/pvfs_acl - Remove unused variable "token" --- diff --git a/source4/ntvfs/posix/pvfs_acl.c b/source4/ntvfs/posix/pvfs_acl.c index 5931a38f2e5..c20358be2ae 100644 --- a/source4/ntvfs/posix/pvfs_acl.c +++ b/source4/ntvfs/posix/pvfs_acl.c @@ -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;