diff options
author | Michael Adam <obnox@samba.org> | 2011-07-28 10:14:27 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-07-28 11:17:35 +0200 |
commit | ae752ec3a56738f647d22204d49c07e5a01a9fae (patch) | |
tree | 5303c1ec6f27788b819a112f46400f23a6f44520 /source3/torture | |
parent | c32479f5843b73fc40a22a2975bbece0ddbcf168 (diff) | |
download | samba-ae752ec3a56738f647d22204d49c07e5a01a9fae.tar.gz samba-ae752ec3a56738f647d22204d49c07e5a01a9fae.tar.bz2 samba-ae752ec3a56738f647d22204d49c07e5a01a9fae.zip |
s3:smbtorture: use the lp_load_global() wrapper of lp_load()
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/torture.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |