1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-29 11:21:54 +03:00

Testparm needs the extra arg to set_local_machine_name() too.

(This used to be commit 30ba31e635)
This commit is contained in:
Andrew Bartlett 2003-03-08 10:24:48 +00:00
parent 01289b14a7
commit c08c475cf2

View File

@ -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;