diff options
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/smbiconv.c | 4 | ||||
-rw-r--r-- | source4/torture/torture.c | 5 |
2 files changed, 0 insertions, 9 deletions
diff --git a/source4/torture/smbiconv.c b/source4/torture/smbiconv.c index 7ca6bb1c12..0cd16278ee 100644 --- a/source4/torture/smbiconv.c +++ b/source4/torture/smbiconv.c @@ -195,10 +195,6 @@ int main(int argc, char *argv[]) while(poptGetNextOpt(pc) != -1); - /* the following functions are part of the Samba debugging - facilities. See lib/debug.c */ - setup_logging("smbiconv", DEBUG_STDOUT); - if (preload_modules[0]) smb_load_modules(preload_modules); if(output) { diff --git a/source4/torture/torture.c b/source4/torture/torture.c index 98519a3797..a2ca9fc72f 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -2558,8 +2558,6 @@ static void max_runtime_handler(int sig) POPT_TABLEEND }; - setup_logging("smbtorture", DEBUG_STDOUT); - #ifdef HAVE_SETBUFFER setbuffer(stdout, NULL, 0); #endif @@ -2604,9 +2602,6 @@ static void max_runtime_handler(int sig) alarm(max_runtime); } - lp_load(dyn_CONFIGFILE,True,False,False); - load_interfaces(); - smbtorture_init_subsystems; |