diff options
-rw-r--r-- | source3/torture/locktest.c | 2 |
1 files changed, 1 insertions, 1 deletions
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")) { |