From 407a514f8b2cec87671d8bc962c7ab1b8fbaf88e Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 27 Jul 2011 16:55:25 +0200 Subject: s3:torture: use lp_load_global() in the locktest --- source3/torture/locktest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/torture/locktest.c') diff --git a/source3/torture/locktest.c b/source3/torture/locktest.c index a5ccf24c33..d6c544d8e8 100644 --- a/source3/torture/locktest.c +++ b/source3/torture/locktest.c @@ -596,7 +596,7 @@ static void usage(void) argc -= NSERVERS; argv += NSERVERS; - lp_load(get_dyn_CONFIGFILE(),True,False,False,True); + lp_load_global(get_dyn_CONFIGFILE()); load_interfaces(); if (getenv("USER")) { -- cgit