From 10c82cf480185a01ff8e0a91bfb0cd4bf6707e37 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 7 Nov 2002 20:17:46 +0000 Subject: Back out lp_modules() check - this one got in by accident when I added poptSetOtherOptions (This used to be commit d7388b3e1e33a3514007e0e0b508469cb1ebed64) --- source3/utils/testparm.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source3/utils/testparm.c') 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 */ -- cgit