mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 07:22:08 -04:00
be consistent about expire time
This commit is contained in:
parent
5d63868ad0
commit
7dbd309799
1 changed files with 1 additions and 1 deletions
|
|
@ -444,7 +444,7 @@ dns_ntatable_covered(dns_ntatable_t *ntatable, isc_stdtime_t now,
|
|||
}
|
||||
if (result == ISC_R_SUCCESS) {
|
||||
nta = (dns_nta_t *) node->data;
|
||||
answer = ISC_TF(nta->expiry > now);
|
||||
answer = ISC_TF(nta->expiry >= now);
|
||||
}
|
||||
|
||||
/* Deal with expired NTA */
|
||||
|
|
|
|||
Loading…
Reference in a new issue