diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-11-07 20:17:46 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-11-07 20:17:46 +0000 |
commit | 10c82cf480185a01ff8e0a91bfb0cd4bf6707e37 (patch) | |
tree | 1bb5be2fcf49f534d88f1ecf549014ba4f9e72e3 /source3/utils | |
parent | 0cd37de19850df59695e1970f8d66175d4fad6f8 (diff) | |
download | samba-10c82cf480185a01ff8e0a91bfb0cd4bf6707e37.tar.gz samba-10c82cf480185a01ff8e0a91bfb0cd4bf6707e37.tar.bz2 samba-10c82cf480185a01ff8e0a91bfb0cd4bf6707e37.zip |
Back out lp_modules() check - this one got in by accident when I added poptSetOtherOptions
(This used to be commit d7388b3e1e33a3514007e0e0b508469cb1ebed64)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/testparm.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/utils/testparm.c b/source3/utils/testparm.c index 451a15992b..280a7b8853 100644 --- a/source3/utils/testparm.c +++ b/source3/utils/testparm.c @@ -168,12 +168,6 @@ via the %%o substitution. With encrypted passwords this is not possible.\n", lp_ printf("'winbind separator = +' might cause problems with group membership.\n"); } -#ifndef HAVE_DLOPEN - if (lp_modules() != NULL) { - printf("'modules = ' specified in configuration file, but this samba build does not support plugins!\n"); - } -#endif - if (lp_algorithmic_rid_base() < BASE_RID) { /* Try to prevent admin foot-shooting, we can't put algorithmic rids below 1000, that's the 'well known RIDs' on NT */ |