1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-23 17:49:28 +03:00

loadparm: don't treat a missing include file as an error in handle_include().

Michael
(This used to be commit a8ef8870be)
This commit is contained in:
Michael Adam
2008-06-19 17:20:22 +02:00
parent 0f32b22031
commit 09d769057e

View 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;
}
/***************************************************************************