r6951: Fix all calls to setup_logging() that use 'True' as a second argument.
authorTim Potter <tpot@samba.org>
Tue, 24 May 2005 05:51:20 +0000 (05:51 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:17:00 +0000 (13:17 -0500)
commitaffacc539864435cbc749a4c1a6b848c61b7182b
treee367c050b9f3af8a3b2c2445bd32c6b8afd87621
parente077d9948f1406c61982d49c2fd925852fdf6553
r6951: Fix all calls to setup_logging() that use 'True' as a second argument.
In Samba4 this is now an enum.  Possibly by accident, True just happens
to map to the right value in this case.  (-:
source/lib/registry/tools/regdiff.c
source/lib/registry/tools/regpatch.c
source/lib/registry/tools/regshell.c
source/lib/registry/tools/regtree.c
source/torture/smbiconv.c
source/utils/nmblookup.c