summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/param/loadparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 09eeaeee56..92d5f07e2a 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -3163,7 +3163,7 @@ static BOOL process_registry_globals(BOOL (*pfunc)(const char *, const char *))
&type,
&size,
&data_p);
- if (strcmp(valname,"include")) {
+ if (strwicmp(valname,"include") == 0) {
DEBUG(10, ("process_registry_globals: Ignoring "
"parameter 'include' in registry.\n"));
continue;