1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

s3: Remove an unused variable

This commit is contained in:
Volker Lendecke 2009-09-24 13:10:54 +02:00
parent 568f818a0f
commit 69447de175

View File

@ -769,7 +769,6 @@ static int gpfsacl_emu_chmod(const char *path, mode_t mode)
int i;
files_struct fake_fsp; /* TODO: rationalize parametrization */
SMB4ACE_T *smbace;
struct smb_filename *smb_fname = NULL;
NTSTATUS status;
DEBUG(10, ("gpfsacl_emu_chmod invoked for %s mode %o\n", path, mode));