summaryrefslogtreecommitdiff
path: root/source3/torture
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-07-27 16:55:25 +0200
committerMichael Adam <obnox@samba.org>2011-07-28 11:17:32 +0200
commit407a514f8b2cec87671d8bc962c7ab1b8fbaf88e (patch)
tree958627c110531ebf40fdbae5ddd999a5bd731dad /source3/torture
parent4a21e50474d1d769e410dcfc834c5c43892b41cf (diff)
downloadsamba-407a514f8b2cec87671d8bc962c7ab1b8fbaf88e.tar.gz
samba-407a514f8b2cec87671d8bc962c7ab1b8fbaf88e.tar.bz2
samba-407a514f8b2cec87671d8bc962c7ab1b8fbaf88e.zip
s3:torture: use lp_load_global() in the locktest
Diffstat (limited to 'source3/torture')
-rw-r--r--source3/torture/locktest.c2
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")) {