diff options
author | Tim Potter <tpot@samba.org> | 2005-05-24 05:51:20 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:00 -0500 |
commit | 4867378592656d812fcd02d1ea24ccb2c99bf9b7 (patch) | |
tree | 30e99a6e66bd48e523357222b503127de7e520ce /source4/torture | |
parent | 488882352443d7aa0b5f62f2286b2cb4ffaafd83 (diff) | |
download | samba-4867378592656d812fcd02d1ea24ccb2c99bf9b7.tar.gz samba-4867378592656d812fcd02d1ea24ccb2c99bf9b7.tar.bz2 samba-4867378592656d812fcd02d1ea24ccb2c99bf9b7.zip |
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. (-:
(This used to be commit affacc539864435cbc749a4c1a6b848c61b7182b)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/smbiconv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/smbiconv.c b/source4/torture/smbiconv.c index 8e68d252d6..7ca6bb1c12 100644 --- a/source4/torture/smbiconv.c +++ b/source4/torture/smbiconv.c @@ -197,7 +197,7 @@ int main(int argc, char *argv[]) /* the following functions are part of the Samba debugging facilities. See lib/debug.c */ - setup_logging("smbiconv", True); + setup_logging("smbiconv", DEBUG_STDOUT); if (preload_modules[0]) smb_load_modules(preload_modules); |