mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix #1949: [dnscrypt] make provider name mismatch more obvious.
git-svn-id: file:///svn/unbound/trunk@4387 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
bcadc2b45c
commit
d016f85110
2 changed files with 2 additions and 1 deletions
|
|
@ -1046,7 +1046,7 @@ worker_handle_request(struct comm_point* c, void* arg, int error,
|
||||||
strcasecmp(buf,
|
strcasecmp(buf,
|
||||||
worker->daemon->dnscenv->provider_name) == 0)) {
|
worker->daemon->dnscenv->provider_name) == 0)) {
|
||||||
verbose(VERB_ALGO,
|
verbose(VERB_ALGO,
|
||||||
"dnscrypt: not TXT %s. Receive: %s %s",
|
"dnscrypt: not TXT \"%s\". Received: %s \"%s\"",
|
||||||
worker->daemon->dnscenv->provider_name,
|
worker->daemon->dnscenv->provider_name,
|
||||||
sldns_rr_descript(qinfo.qtype)->_name,
|
sldns_rr_descript(qinfo.qtype)->_name,
|
||||||
buf);
|
buf);
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
25 October 2017: Ralph
|
25 October 2017: Ralph
|
||||||
- Fixed libunbound manual typo.
|
- Fixed libunbound manual typo.
|
||||||
|
- Fix #1949: [dnscrypt] make provider name mismatch more obvious.
|
||||||
|
|
||||||
24 October 2017: Ralph
|
24 October 2017: Ralph
|
||||||
- Update B root ipv4 address.
|
- Update B root ipv4 address.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue