The branch, master has been updated
       via  6a66114f257b251a176d728ef7ba6acecdf6e56c (commit)
      from  2032a1914d72e4de89280e179c782566cafc163a (commit)

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


- Log -----------------------------------------------------------------
commit 6a66114f257b251a176d728ef7ba6acecdf6e56c
Author: Volker Lendecke <[email protected]>
Date:   Thu Jun 25 14:46:17 2009 +0200

    Add a \n to a debug message in smbacl4_nfs42win

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

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 320f9da..b213138 100644
--- a/source3/modules/nfs4_acls.c
+++ b/source3/modules/nfs4_acls.c
@@ -208,7 +208,7 @@ static bool smbacl4_nfs42win(TALLOC_CTX *mem_ctx, SMB4ACL_T 
*theacl, /* in */
        SEC_ACE *nt_ace_list = NULL;
        int good_aces = 0;
 
-       DEBUG(10, ("smbacl_nfs42win entered"));
+       DEBUG(10, ("smbacl_nfs42win entered\n"));
 
        aclint = get_validated_aclint(theacl);
        /* We do not check for naces being 0 or theacl being NULL here because 
it is done upstream */


-- 
Samba Shared Repository

Reply via email to