summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-03-08 10:24:48 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-03-08 10:24:48 +0000
commitc08c475cf2b287b57779b4bf515cf351ad1f686d (patch)
tree769809244bf34a32e40b3200a21da20905315a03
parent01289b14a7cbe0e1a1e135349037b0e7ba5fe70b (diff)
downloadsamba-c08c475cf2b287b57779b4bf515cf351ad1f686d.tar.gz
samba-c08c475cf2b287b57779b4bf515cf351ad1f686d.tar.bz2
samba-c08c475cf2b287b57779b4bf515cf351ad1f686d.zip
Testparm needs the extra arg to set_local_machine_name() too.
(This used to be commit 30ba31e6355b5dfb902e42d2b5edc71630db2923)
-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 b68deaaa5d..60243b671b 100644
--- a/source3/utils/testparm.c
+++ b/source3/utils/testparm.c
@@ -227,7 +227,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;