diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-04-15 16:01:14 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-04-15 16:01:14 +0000 |
commit | 9c3cecbdac2ea888f95db2194bf9f5d2457aef09 (patch) | |
tree | d6cc4e5e34a32cd4a74e18c65f0794c68108f6a2 /source3/utils | |
parent | a0e8344a8d1e8fbbde4cc4ca5a5722ee1e2c2bcf (diff) | |
download | samba-9c3cecbdac2ea888f95db2194bf9f5d2457aef09.tar.gz samba-9c3cecbdac2ea888f95db2194bf9f5d2457aef09.tar.bz2 samba-9c3cecbdac2ea888f95db2194bf9f5d2457aef09.zip |
Use the new modules system for passdb (merge from HEAD)
(This used to be commit 1755d5f66221a910863cfc8a197f8d792e6b6e3d)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/testparm.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/utils/testparm.c b/source3/utils/testparm.c index 56d13a5fd9..e3d6ce0274 100644 --- a/source3/utils/testparm.c +++ b/source3/utils/testparm.c @@ -178,11 +178,11 @@ via the %%o substitution. With encrypted passwords this is not possible.\n", lp_ } #ifndef HAVE_DLOPEN - if (lp_preload_modules()) { - printf("WARNING: 'preload modules = ' set while loading plugins not supported.\n"); - } + if (lp_preload_modules()) { + printf("WARNING: 'preload modules = ' set while loading plugins not supported.\n"); + } #endif - + return ret; } |