From ae752ec3a56738f647d22204d49c07e5a01a9fae Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 28 Jul 2011 10:14:27 +0200 Subject: s3:smbtorture: use the lp_load_global() wrapper of lp_load() --- source3/torture/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/torture') diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 90a906819c..2c309289fa 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -8969,7 +8969,7 @@ static void usage(void) set_dyn_CONFIGFILE(getenv("SMB_CONF_PATH")); } } - lp_load(get_dyn_CONFIGFILE(),True,False,False,True); + lp_load_global(get_dyn_CONFIGFILE()); load_interfaces(); if (argc < 2) { -- cgit