From 1c9ef675d1a44fb9b0d599f96391abf1e21981c1 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 17 May 2013 15:14:58 +0200 Subject: [PATCH] smbd: Fix a ISO C90 forbids mixed declarations and code warning Signed-off-by: Volker Lendecke Reviewed-by: Matthieu Patou Autobuild-User(master): Matthieu Patou Autobuild-Date(master): Sat May 18 01:40:04 CEST 2013 on sn-devel-104 --- source3/modules/nfs4_acls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/modules/nfs4_acls.c b/source3/modules/nfs4_acls.c index ceae6d92bc4..13e9268f806 100644 --- a/source3/modules/nfs4_acls.c +++ b/source3/modules/nfs4_acls.c @@ -417,8 +417,8 @@ static bool smbacl4_nfs42win(TALLOC_CTX *mem_ctx, ace->who.special_id == SMB_ACE4_WHO_GROUP)) { DEBUG(10, ("Map special entry\n")); if (!(win_ace_flags & SEC_ACE_FLAG_INHERIT_ONLY)) { - DEBUG(10, ("Map current sid\n")); uint32_t win_ace_flags_current; + DEBUG(10, ("Map current sid\n")); win_ace_flags_current = win_ace_flags & ~(SEC_ACE_FLAG_OBJECT_INHERIT | SEC_ACE_FLAG_CONTAINER_INHERIT); -- 2.11.4.GIT