[SCM] Samba Shared Repository - branch master updated

Ralph Böhme slow at samba.org
Mon Feb 9 04:26:04 MST 2015


The branch, master has been updated
       via  4143cba nfs4: Fix a confusing debug message
      from  bfccf0a torture-krb5: Provide a generic handler to catch and print unexpected KRB_ERROR packets

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


- Log -----------------------------------------------------------------
commit 4143cbac8c4c45273420efeb4969bfd6ffa64c3d
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Feb 5 12:47:22 2015 +0100

    nfs4: Fix a confusing debug message
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Ralph Boehme <slow at samba.org>
    
    Autobuild-User(master): Ralph Böhme <slow at samba.org>
    Autobuild-Date(master): Mon Feb  9 12:25:06 CET 2015 on sn-devel-104

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

Summary of changes:
 source3/modules/nfs4_acls.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source3/modules/nfs4_acls.c b/source3/modules/nfs4_acls.c
index 1aa819a..adc9b37 100644
--- a/source3/modules/nfs4_acls.c
+++ b/source3/modules/nfs4_acls.c
@@ -359,7 +359,7 @@ static bool smbacl4_nfs42win(TALLOC_CTX *mem_ctx,
 	struct security_ace *nt_ace_list = NULL;
 	int good_aces = 0;
 
-	DEBUG(10, ("smbacl_nfs42win entered\n"));
+	DEBUG(10, ("%s entered\n", __func__));
 
 	aclint = get_validated_aclint(theacl);
 	/* We do not check for theacl being NULL here


-- 
Samba Shared Repository


More information about the samba-cvs mailing list