1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-12 20:58:37 +03:00

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

(This used to be commit 9c81125e6d3df49806e1c0b39409ffac8e3a0fd1)
This commit is contained in:
Karolin Seeger 2008-01-08 19:21:26 +01:00 committed by Michael Adam
parent b43719d0fb
commit 1ac5e6cdfe

View File

@ -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))) {