summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 1ce88df400..ad0605d70b 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -6843,7 +6843,7 @@ static bool handle_include(int snum, const char *pszParmValue, char **ptr)
DEBUG(2, ("Can't find include file %s\n", fname));
SAFE_FREE(fname);
- return false;
+ return true;
}
/***************************************************************************