1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

s3:torture: use lp_load_global() in the masktest

This commit is contained in:
Michael Adam 2011-07-27 17:02:51 +02:00
parent ee495ab5c3
commit d6b4c693be

View File

@ -480,7 +480,7 @@ static void usage(void)
argv += 1;
load_case_tables();
lp_load(get_dyn_CONFIGFILE(),True,False,False,True);
lp_load_global(get_dyn_CONFIGFILE());
load_interfaces();
if (getenv("USER")) {