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:
parent
59a2f3d707
commit
1679fe5ca9
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user