mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix dnstap-log-resolver-response-messages, from Nikolay Edigaryev.
git-svn-id: file:///svn/unbound/trunk@3684 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
e562403e1c
commit
2958b53293
2 changed files with 2 additions and 1 deletions
|
|
@ -475,7 +475,7 @@ dt_msg_send_outside_response(struct dt_env *env,
|
||||||
return;
|
return;
|
||||||
dt_msg_init(env, &dm, DNSTAP__MESSAGE__TYPE__FORWARDER_RESPONSE);
|
dt_msg_init(env, &dm, DNSTAP__MESSAGE__TYPE__FORWARDER_RESPONSE);
|
||||||
} else {
|
} else {
|
||||||
if (!env->log_resolver_query_messages)
|
if (!env->log_resolver_response_messages)
|
||||||
return;
|
return;
|
||||||
dt_msg_init(env, &dm, DNSTAP__MESSAGE__TYPE__RESOLVER_RESPONSE);
|
dt_msg_init(env, &dm, DNSTAP__MESSAGE__TYPE__RESOLVER_RESPONSE);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
21 March 2016: Ralph
|
21 March 2016: Ralph
|
||||||
- Fix compile of getentropy_linux for SLES11 servicepack 4.
|
- Fix compile of getentropy_linux for SLES11 servicepack 4.
|
||||||
|
- Fix dnstap-log-resolver-response-messages, from Nikolay Edigaryev.
|
||||||
|
|
||||||
18 March 2016: Ralph
|
18 March 2016: Ralph
|
||||||
- Validate QNAME minimised NXDOMAIN responses.
|
- Validate QNAME minimised NXDOMAIN responses.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue