]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
vfs: Remove an unused variable from zfs_get_nt_acl_common()
authorVolker Lendecke <vl@samba.org>
Mon, 25 Jan 2021 08:55:08 +0000 (09:55 +0100)
committerVolker Lendecke <vl@samba.org>
Mon, 25 Jan 2021 11:09:30 +0000 (11:09 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/modules/vfs_zfsacl.c

index a526ffa19aad32fd7c1b9e92ed13630851025611..214c5b542c4fdc46fce9224fe585d4eb5397c701 100644 (file)
@@ -58,7 +58,6 @@ static NTSTATUS zfs_get_nt_acl_common(struct connection_struct *conn,
        int i;
        struct SMB4ACL_T *pacl;
        SMB_STRUCT_STAT sbuf;
-       SMB_ACE4PROP_T blocking_ace;
        const SMB_STRUCT_STAT *psbuf = NULL;
        int ret;
        bool inherited_is_present = false;