s3:dbwrap_torture: use lp_load_global()
authorMichael Adam <obnox@samba.org>
Thu, 28 Jul 2011 08:16:37 +0000 (10:16 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 28 Jul 2011 09:17:35 +0000 (11:17 +0200)
source3/utils/dbwrap_torture.c

index c1c286e5fff4fd5550132b22ac9074d2a5c13e3d..21d5e8c8b63a760dbe7f48fd4b6e33d694e02235 100644 (file)
@@ -281,7 +281,7 @@ int main(int argc, const char *argv[])
                while (extra_argv[extra_argc]) extra_argc++;
        }
 
-       lp_load(get_dyn_CONFIGFILE(), true, false, false, true);
+       lp_load_global(get_dyn_CONFIGFILE());
 
        ev_ctx = tevent_context_init(mem_ctx);
        if (ev_ctx == NULL) {