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:
@ -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));
|
DEBUG(2, ("Can't find include file %s\n", fname));
|
||||||
SAFE_FREE(fname);
|
SAFE_FREE(fname);
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
Reference in New Issue
Block a user