mirror of
https://github.com/samba-team/samba.git
synced 2025-08-26 01:49:31 +03:00
Correct comment. Default debug level of smbclient is 1, not 0.
(This used to be commit 9c81125e6d
)
This commit is contained in:
committed by
Michael Adam
parent
b43719d0fb
commit
1ac5e6cdfe
@ -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))) {
|
||||
|
Reference in New Issue
Block a user