Skip to content

Commit

Permalink
smbd: Fix a ISO C90 forbids mixed declarations and code warning
Browse files Browse the repository at this point in the history
Signed-off-by: Volker Lendecke <[email protected]>
Reviewed-by: Matthieu Patou <[email protected]>

Autobuild-User(master): Matthieu Patou <[email protected]>
Autobuild-Date(master): Sat May 18 01:40:04 CEST 2013 on sn-devel-104
  • Loading branch information
vlendec authored and Matthieu Patou committed May 17, 2013
1 parent 2fda6c4 commit 1c9ef67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source3/modules/nfs4_acls.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1c9ef67

Please sign in to comment.