[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-1225-g9c81125

Michael Adam obnox at samba.org
Wed Jan 9 11:22:17 GMT 2008


The branch, v3-2-test has been updated
       via  9c81125e6d3df49806e1c0b39409ffac8e3a0fd1 (commit)
      from  66d3012bf422b2ffc47fa6a405269bad2a80bd6f (commit)

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


- Log -----------------------------------------------------------------
commit 9c81125e6d3df49806e1c0b39409ffac8e3a0fd1
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 46f0560..267c130 100644
--- a/source/client/client.c
+++ b/source/client/client.c
@@ -4624,7 +4624,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