If there are multiple parse errors, send them in a single mail message.

This commit is contained in:
Todd C. Miller
2022-03-14 13:54:11 -06:00
parent 1f64aca229
commit e5a50ae429
6 changed files with 155 additions and 25 deletions

View File

@@ -108,6 +108,13 @@ set_cmnd_path(const char *runchroot)
return NOT_FOUND;
}
/* STUB */
bool
mail_parse_errors(void)
{
return true;
}
/* STUB */
bool
log_warningx(int flags, const char *fmt, ...)