1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

r3846: Typo fix. Bug 2055. Lars, I'm available on irc.... :-)

Volker
This commit is contained in:
Volker Lendecke 2004-11-18 13:29:10 +00:00 committed by Gerald (Jerry) Carter
parent e547308d3e
commit 78ab68367d

View File

@ -761,7 +761,7 @@ static struct cli_state *connect_one(const char *share)
ctx=talloc_init("main");
/* 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( "smbcacls", True );
DEBUGLEVEL_CLASS[DBGC_ALL] = 1;
dbf = x_stderr;