diff options
Diffstat (limited to 'source3/utils/testparm.c')
-rw-r--r-- | source3/utils/testparm.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/source3/utils/testparm.c b/source3/utils/testparm.c index 60243b671b..0fafd1b83d 100644 --- a/source3/utils/testparm.c +++ b/source3/utils/testparm.c @@ -177,12 +177,6 @@ via the %%o substitution. With encrypted passwords this is not possible.\n", lp_ printf("'algorithmic rid base' must be even.\n"); } -#ifndef HAVE_DLOPEN - if (lp_preload_modules()) { - printf("WARNING: 'preload modules = ' set while loading plugins not supported.\n"); - } -#endif - return ret; } @@ -227,7 +221,7 @@ int main(int argc, const char *argv[]) caddr = poptGetArg(pc); if (new_local_machine) { - set_local_machine_name(new_local_machine, True); + set_local_machine_name(new_local_machine); } dbf = x_stdout; |