summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/utils/testparm.c6
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 */