diff options
author | Michael Adam <obnox@samba.org> | 2011-07-28 11:15:51 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-07-28 11:17:42 +0200 |
commit | 7b7c6c85f16a69c346057fcfee830c65aa4b6ed0 (patch) | |
tree | a954ff15b6c8b6ff0b834b66d650b4ffc9b33c85 | |
parent | a6fe4d20f192bf1bde7e632b03ee3e20776cf37e (diff) | |
download | samba-7b7c6c85f16a69c346057fcfee830c65aa4b6ed0.tar.gz samba-7b7c6c85f16a69c346057fcfee830c65aa4b6ed0.tar.bz2 samba-7b7c6c85f16a69c346057fcfee830c65aa4b6ed0.zip |
s3:torture: use lp_load_global() in pdbtest - this does not need shares nor IPC$
-rw-r--r-- | source3/torture/pdbtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/pdbtest.c b/source3/torture/pdbtest.c index 33419db275..1bea02b9a2 100644 --- a/source3/torture/pdbtest.c +++ b/source3/torture/pdbtest.c @@ -267,7 +267,7 @@ int main(int argc, char **argv) poptFreeContext(pc); /* Load configuration */ - lp_load(get_dyn_CONFIGFILE(), False, False, True, True); + lp_load_global(get_dyn_CONFIGFILE()); setup_logging("pdbtest", DEBUG_STDOUT); if (backend == NULL) { |