mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 19:04:57 -05:00
If we mark an rdataset as secure, also mark the sigrdataset as secure.
This commit is contained in:
parent
d9b7ec02d9
commit
e7a8dfd296
1 changed files with 1 additions and 0 deletions
|
|
@ -498,6 +498,7 @@ validate(dns_validator_t *val, isc_boolean_t resume) {
|
|||
fprintf(stderr, " (type %d) to secure\n",
|
||||
event->rdataset->type);
|
||||
event->rdataset->trust = dns_trust_secure;
|
||||
event->sigrdataset->trust = dns_trust_secure;
|
||||
return (result);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue