1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-05 20:58:40 +03:00

s3-vfs: Remove unused variable in vfs_glusterfs.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Andreas Schneider 2013-11-15 17:02:18 +01:00 committed by Jeremy Allison
parent f71b5e44e7
commit 9e7e83e9d0

View File

@ -1397,7 +1397,6 @@ static int vfs_gluster_sys_acl_set_fd(struct vfs_handle_struct *handle,
SMB_ACL_T theacl)
{
int ret;
char *key;
char *buf;
ssize_t size;