summaryrefslogtreecommitdiffstats
path: root/source/utils/testparm.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-04-15 16:01:14 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-04-15 16:01:14 +0000
commit1755d5f66221a910863cfc8a197f8d792e6b6e3d (patch)
tree42f9164e4ae31ae885a3520c3e15a3d0a4e846c6 /source/utils/testparm.c
parent62dac3d6ebc72bec24f3c0df4c8d8e37029473e2 (diff)
downloadsamba-1755d5f66221a910863cfc8a197f8d792e6b6e3d.tar.gz
samba-1755d5f66221a910863cfc8a197f8d792e6b6e3d.tar.xz
samba-1755d5f66221a910863cfc8a197f8d792e6b6e3d.zip
Use the new modules system for passdb (merge from HEAD)
Diffstat (limited to 'source/utils/testparm.c')
-rw-r--r--source/utils/testparm.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/utils/testparm.c b/source/utils/testparm.c
index 56d13a5fd90..e3d6ce02748 100644
--- a/source/utils/testparm.c
+++ b/source/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;
}