diff options
author | 2019-01-24 15:32:08 +0000 | |
---|---|---|
committer | 2019-01-24 15:32:08 +0000 | |
commit | 8e6382e305f22dc1d5bc65617f9876c069b00571 (patch) | |
tree | 97e289de38d69f47e3ef0a19836dc2d2edbc1b77 /usr.bin/diff/diff.c | |
parent | Fix a crash on long lines when switching to another file by (diff) | |
download | wireguard-openbsd-8e6382e305f22dc1d5bc65617f9876c069b00571.tar.xz wireguard-openbsd-8e6382e305f22dc1d5bc65617f9876c069b00571.zip |
When we switched from the fork based ub_resolve_async() to
ub_resolve_event() the heuristic to detect if the authoritative server
is unreachable was adapted in the wrong way.
Turns out when using ub_resolve_event() we get the correct rcode
passed in (SERVFAIL). The rcode in the wire format answer_packet is
still wrong though (NOERROR). But that doesn't matter since we can
just check the passed in rcode.
Diffstat (limited to 'usr.bin/diff/diff.c')
0 files changed, 0 insertions, 0 deletions