From: Volker Lendecke Date: Mon, 25 Jan 2021 08:55:08 +0000 (+0100) Subject: vfs: Remove an unused variable from zfs_get_nt_acl_common() X-Git-Tag: tevent-0.11.0~1992 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0260cb8347455c0ebddcbccbac7fea732a5c44b;p=thirdparty%2Fsamba.git vfs: Remove an unused variable from zfs_get_nt_acl_common() Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- diff --git a/source3/modules/vfs_zfsacl.c b/source3/modules/vfs_zfsacl.c index a526ffa19aa..214c5b542c4 100644 --- a/source3/modules/vfs_zfsacl.c +++ b/source3/modules/vfs_zfsacl.c @@ -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;