]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
loadparm: don't treat a missing include file as an error in handle_include().
authorMichael Adam <obnox@samba.org>
Thu, 19 Jun 2008 15:20:22 +0000 (17:20 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 19 Jun 2008 15:22:27 +0000 (17:22 +0200)
Michael
(This used to be commit a8ef8870beb91fcd2745aa59de6c59b49ea00e39)

source3/param/loadparm.c

index 1ce88df400cef094df075845e4a32614a50299dc..ad0605d70b2793bf92828ea807fe7bc4fb98d716 100644 (file)
@@ -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;
 }
 
 /***************************************************************************