mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 20:50:42 +01:00
fix Coverty scan "false positive"
This commit is contained in:
parent
11388ad870
commit
81a4c779b5
@ -479,6 +479,7 @@ static void MsgSetRcvFromWithoutAddRef(smsg_t *pThis, prop_t *new)
|
||||
static void
|
||||
MsgSetRulesetByName(smsg_t * const pMsg, cstr_t *rulesetName)
|
||||
{
|
||||
/* coverity[checked_return] */ // KEEP TOGETHER WITH NEXT LINE!
|
||||
rulesetGetRuleset(runConf, &(pMsg->pRuleset), rsCStrGetSzStrNoNULL(rulesetName));
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user