[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sun Jan 25 04:59:03 MST 2015


The branch, master has been updated
       via  b66e4be Fix a couple of DEBUG statements that were copied from elsewhere. Removed the misleading function name since the DEBUG message will print out the function name anyway.
      from  dc2f910 s4:dsdb/tests: add test_timevalues1() to verify timestamp values

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


- Log -----------------------------------------------------------------
commit b66e4bed4f543c6fd23d23d298a1e985674ee7fd
Author: Richard Sharpe <rsharpe at samba.org>
Date:   Sat Jan 24 15:24:46 2015 -0800

    Fix a couple of DEBUG statements that were copied from elsewhere. Removed the misleading function name since the DEBUG message will print out the function name anyway.
    
    Signed-of-by: Richard Sharpe <rsharpe at samba.org>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Sun Jan 25 12:58:08 CET 2015 on sn-devel-104

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

Summary of changes:
 source3/modules/vfs_default.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_default.c b/source3/modules/vfs_default.c
index 5634cc0..5a4a187 100644
--- a/source3/modules/vfs_default.c
+++ b/source3/modules/vfs_default.c
@@ -223,8 +223,7 @@ static NTSTATUS vfswrap_get_dfs_referrals(struct vfs_handle_struct *handle,
 		pathnamep[consumedcnt] = '\0';
 
 		if (DEBUGLVL(3)) {
-			dbgtext("setup_dfs_referral: Path %s to "
-				"alternate path(s):",
+			dbgtext("Path %s to alternate path(s):",
 				pathnamep);
 			for (i=0; i < junction->referral_count; i++) {
 				dbgtext(" %s",
@@ -330,8 +329,7 @@ static NTSTATUS vfswrap_get_dfs_referrals(struct vfs_handle_struct *handle,
 		}
 		break;
 	default:
-		DEBUG(0,("setup_dfs_referral: Invalid dfs referral "
-			"version: %d\n",
+		DEBUG(0,("Invalid dfs referral version: %d\n",
 			max_referral_level));
 		return NT_STATUS_INVALID_LEVEL;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list