mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 07:03:00 -04:00
silence converity warning [RT #45891]
This commit is contained in:
parent
10076239f6
commit
a322a0f31c
1 changed files with 2 additions and 3 deletions
|
|
@ -5398,9 +5398,8 @@ validated(isc_task_t *task, isc_event_t *event) {
|
|||
now, vevent->rdataset, 0,
|
||||
NULL);
|
||||
if (result == ISC_R_SUCCESS)
|
||||
result = dns_db_addrdataset(fctx->cache, wnode, NULL,
|
||||
now, vevent->sigrdataset,
|
||||
0, NULL);
|
||||
(void)dns_db_addrdataset(fctx->cache, wnode, NULL, now,
|
||||
vevent->sigrdataset, 0, NULL);
|
||||
if (wnode != NULL)
|
||||
dns_db_detachnode(fctx->cache, &wnode);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue