Back out lp_modules() check - this one got in by accident when I added poptSetOtherOp...
authorJelmer Vernooij <jelmer@samba.org>
Thu, 7 Nov 2002 20:17:46 +0000 (20:17 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 7 Nov 2002 20:17:46 +0000 (20:17 +0000)
(This used to be commit d7388b3e1e33a3514007e0e0b508469cb1ebed64)

source3/utils/testparm.c

index 451a15992b2bac80e2375c9cde2f56564c6f48a3..280a7b8853f3ab97ffd6c747b143b0662aa8904e 100644 (file)
@@ -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 */