From 4815480bb6ed44081076bac5471267609f7668cf Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 9 Nov 2004 09:26:47 +0000 Subject: r3633: - moved module init functions to after smb.conf and command line parsing, so that module init can take account of lp_ parms (thats why gensec:krb5=no wasn't working) - added a BASE-DISCONNECT torture test that tests server response to clients disconnecting with open lock and open requests pending (This used to be commit 5205f598b8c0be6985e61cc842cc5da109ba5b7e) --- source4/torture/masktest.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source4/torture/masktest.c') diff --git a/source4/torture/masktest.c b/source4/torture/masktest.c index bb0abf4b3e..c0890118c3 100644 --- a/source4/torture/masktest.c +++ b/source4/torture/masktest.c @@ -277,8 +277,6 @@ static void usage(void) char *p; int seed; - masktest_init_subsystems; - setlinebuf(stdout); setup_logging("masktest", DEBUG_STDOUT); @@ -362,10 +360,11 @@ static void usage(void) } } + masktest_init_subsystems; + argc -= optind; argv += optind; - cli = connect_one(share); if (!cli) { DEBUG(0,("Failed to connect to %s\n", share)); -- cgit