From ee495ab5c373e503f7a62bc77461c14574c42248 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 27 Jul 2011 16:56:23 +0200 Subject: s3:torture: use lp_load_global() in locktest2 --- source3/torture/locktest2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/torture') diff --git a/source3/torture/locktest2.c b/source3/torture/locktest2.c index 5115d1364f..d06acbc757 100644 --- a/source3/torture/locktest2.c +++ b/source3/torture/locktest2.c @@ -513,7 +513,7 @@ static void usage(void) argc -= 4; argv += 4; - lp_load(get_dyn_CONFIGFILE(),True,False,False,True); + lp_load_global(get_dyn_CONFIGFILE()); load_interfaces(); if (getenv("USER")) { -- cgit