From: Mark Andrews Date: Wed, 2 Jul 2014 04:12:46 +0000 (+1000) Subject: be consistent about expire time X-Git-Tag: v9.11.0a1~1483 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=7dbd30979997031ddd539f3543c6d2f9234f7978;p=thirdparty%2Fbind9.git be consistent about expire time --- diff --git a/lib/dns/nta.c b/lib/dns/nta.c index 71b4967aae2..447a4ce97b9 100644 --- a/lib/dns/nta.c +++ b/lib/dns/nta.c @@ -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 */