summaryrefslogtreecommitdiff
path: root/source3/torture/torture.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/torture/torture.c')
-rw-r--r--source3/torture/torture.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c
index e92c933015..2696b19e88 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -3081,7 +3081,6 @@ static void usage(void)
int gotpass = 0;
extern char *optarg;
extern int optind;
- static pstring servicesf = CONFIGFILE;
BOOL correct = True;
dbf = x_stdout;
@@ -3090,7 +3089,7 @@ static void usage(void)
setbuffer(stdout, NULL, 0);
#endif
- lp_load(servicesf,True,False,False);
+ lp_load(dyn_CONFIGFILE,True,False,False);
load_interfaces();
if (argc < 2) {