[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-28-90-g1a861aa

Michael Adam obnox at samba.org
Wed Jan 9 11:39:32 GMT 2008


The branch, v3-0-test has been updated
       via  1a861aa94ed247e31d4f7b1038945d5ed87fe6c6 (commit)
      from  27874d2c960ad56a53bf84e1480f4963fa3ab25c (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test


- Log -----------------------------------------------------------------
commit 1a861aa94ed247e31d4f7b1038945d5ed87fe6c6
Author: Karolin Seeger <ks at samba.org>
Date:   Tue Jan 8 19:21:26 2008 +0100

    Correct comment. Default debug level of smbclient is 1, not 0.

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

Summary of changes:
 source/client/client.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/client/client.c b/source/client/client.c
index 0fadd54..4709b7b 100644
--- a/source/client/client.c
+++ b/source/client/client.c
@@ -3908,7 +3908,7 @@ static int do_message_op(void)
 	set_global_myworkgroup( "" );
 	set_global_myname( "" );
 
-        /* set default debug level to 0 regardless of what smb.conf sets */
+        /* set default debug level to 1 regardless of what smb.conf sets */
 	setup_logging( "smbclient", True );
 	DEBUGLEVEL_CLASS[DBGC_ALL] = 1;
 	if ((dbf = x_fdup(x_stderr))) {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list