[SCM] Samba Shared Repository - branch master updated

Matthieu Patou mat at samba.org
Fri May 17 17:41:02 MDT 2013


The branch, master has been updated
       via  1c9ef67 smbd: Fix a ISO C90 forbids mixed declarations and code warning
      from  2fda6c4 More generic check for OpenBSD platform

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 1c9ef675d1a44fb9b0d599f96391abf1e21981c1
Author: Volker Lendecke <vl at samba.org>
Date:   Fri May 17 15:14:58 2013 +0200

    smbd: Fix a ISO C90 forbids mixed declarations and code warning
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Matthieu Patou <mat at matws.net>
    
    Autobuild-User(master): Matthieu Patou <mat at samba.org>
    Autobuild-Date(master): Sat May 18 01:40:04 CEST 2013 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source3/modules/nfs4_acls.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/modules/nfs4_acls.c b/source3/modules/nfs4_acls.c
index ceae6d9..13e9268 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);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list