summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/utils/testparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/testparm.c b/source3/utils/testparm.c
index 0fafd1b83d..ec58f906ed 100644
--- a/source3/utils/testparm.c
+++ b/source3/utils/testparm.c
@@ -221,7 +221,7 @@ int main(int argc, const char *argv[])
caddr = poptGetArg(pc);
if (new_local_machine) {
- set_local_machine_name(new_local_machine);
+ set_local_machine_name(new_local_machine, True);
}
dbf = x_stdout;