From: Volker Lendecke Date: Thu, 18 Nov 2004 13:29:10 +0000 (+0000) Subject: r3846: Typo fix. Bug 2055. Lars, I'm available on irc.... :-) X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~5575 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78ab68367d437cd5f84d46ac96fcaf9ebb3305b8;p=thirdparty%2Fsamba.git r3846: Typo fix. Bug 2055. Lars, I'm available on irc.... :-) Volker --- diff --git a/source/utils/smbcacls.c b/source/utils/smbcacls.c index 4dc89aecb9d..f40789b6662 100644 --- a/source/utils/smbcacls.c +++ b/source/utils/smbcacls.c @@ -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;