1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3:dbwrap_torture: use lp_load_global()

This commit is contained in:
Michael Adam 2011-07-28 10:16:37 +02:00
parent 59a2f3d707
commit 1679fe5ca9

View 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) {