s3:torture: use lp_load_global() in pdbtest - this does not need shares nor IPC$
authorMichael Adam <obnox@samba.org>
Thu, 28 Jul 2011 09:15:51 +0000 (11:15 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 28 Jul 2011 09:17:42 +0000 (11:17 +0200)
source3/torture/pdbtest.c

index 33419db2753e2446b752c6b5b37825217e98b46b..1bea02b9a20cd99a0622c705757c2de6e0fa750b 100644 (file)
@@ -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) {