mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 03:09:59 -04:00
correct EDNSOK sense
This commit is contained in:
parent
624b99c749
commit
666e734005
1 changed files with 1 additions and 1 deletions
|
|
@ -906,7 +906,7 @@ fctx_cancelquery(resquery_t **queryp, dns_dispatchevent_t **deventp,
|
|||
* seen a EDNS response.
|
||||
*/
|
||||
if ((query->options & DNS_FETCHOPT_NOEDNS0) == 0 &&
|
||||
EDNSOK(query->addrinfo)) {
|
||||
!EDNSOK(query->addrinfo)) {
|
||||
mask >>= 2;
|
||||
}
|
||||
rtt = query->addrinfo->srtt + (value & mask);
|
||||
|
|
|
|||
Loading…
Reference in a new issue