Critical error on config file or include missing

This commit is contained in:
Alexey Khromov 2024-05-15 18:34:40 +03:00
parent bcf0d456ee
commit db29b72ede

View File

@ -170,7 +170,7 @@ int conf_readconf(const char *confname, int inclevel, bool earlydbg)
{
if (earlydbg)
fprintf(stderr,"BF-DEBUG: can't open config file \"%s\"\n", confname);
return(PROC_RC_IGNORE);
return(PROC_RC_ABORT);
}
if (earlydbg)
fprintf(stderr,"BF-DEBUG: start reading config \"%s\"\n", confname);