diff options
Diffstat (limited to 'source3/torture/locktest2.c')
-rw-r--r-- | source3/torture/locktest2.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/torture/locktest2.c b/source3/torture/locktest2.c index 734c9c44bf..5be9e9c02c 100644 --- a/source3/torture/locktest2.c +++ b/source3/torture/locktest2.c @@ -535,7 +535,6 @@ static void usage(void) int opt; char *p; int seed; - static pstring servicesf = CONFIGFILE; setlinebuf(stdout); @@ -561,7 +560,7 @@ static void usage(void) TimeInit(); - lp_load(servicesf,True,False,False); + lp_load(dyn_CONFIGFILE,True,False,False); load_interfaces(); if (getenv("USER")) { |