From 8e4ab747b02207671203d40cd2a78692da78faef Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 15 Aug 2003 18:33:43 +0000 Subject: more fixes from the IRIX compiler (thanks herb!) (This used to be commit 4cf3839b727c77a727abb558bd9473119a092913) --- source4/torture/gentest.c | 4 ++-- source4/torture/locktest.c | 2 +- source4/torture/locktest2.c | 2 +- source4/torture/masktest.c | 2 +- source4/torture/msgtest.c | 2 +- source4/torture/rpctorture.c | 2 +- source4/torture/torture.c | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) (limited to 'source4/torture') diff --git a/source4/torture/gentest.c b/source4/torture/gentest.c index 4711ea91ae..e914f98588 100644 --- a/source4/torture/gentest.c +++ b/source4/torture/gentest.c @@ -2113,7 +2113,7 @@ static void usage(void) exit(1); } - setup_logging(argv[0],True); + setup_logging(argv[0], DEBUG_STDOUT); for (i=0;int_pipe_fnum = 0xffff; - setup_logging(pname, True); + setup_logging(pname, DEBUG_STDOUT); password[0] = 0; diff --git a/source4/torture/torture.c b/source4/torture/torture.c index bf46c888b2..1ec73e0dff 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -4113,7 +4113,7 @@ static void usage(void) break; case 'd': lp_set_cmdline("debug level", optarg); - setup_logging(NULL,True); + setup_logging(NULL, DEBUG_STDOUT); break; case 'O': lp_set_cmdline("socket options", optarg); -- cgit