mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- lint for recent authzone commit.
git-svn-id: file:///svn/unbound/trunk@4377 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
b37bc47eaa
commit
7bf7524d22
2 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
18 October 2017: Wouter
|
||||||
|
- lint for recent authzone commit.
|
||||||
|
|
||||||
17 October 2017: Wouter
|
17 October 2017: Wouter
|
||||||
- Fix #1749: With harden-referral-path: performance drops, due to
|
- Fix #1749: With harden-referral-path: performance drops, due to
|
||||||
circular dependency in NS and DS lookups.
|
circular dependency in NS and DS lookups.
|
||||||
|
|
|
||||||
|
|
@ -2560,7 +2560,7 @@ auth_answer_encode(struct query_info* qinfo, struct module_env* env,
|
||||||
edns->bits &= EDNS_DO;
|
edns->bits &= EDNS_DO;
|
||||||
|
|
||||||
if(!inplace_cb_reply_local_call(env, qinfo, NULL, msg->rep,
|
if(!inplace_cb_reply_local_call(env, qinfo, NULL, msg->rep,
|
||||||
FLAGS_GET_RCODE(msg->rep->flags), edns, temp)
|
(int)FLAGS_GET_RCODE(msg->rep->flags), edns, temp)
|
||||||
|| !reply_info_answer_encode(qinfo, msg->rep,
|
|| !reply_info_answer_encode(qinfo, msg->rep,
|
||||||
*(uint16_t*)sldns_buffer_begin(buf),
|
*(uint16_t*)sldns_buffer_begin(buf),
|
||||||
sldns_buffer_read_u16_at(buf, 2),
|
sldns_buffer_read_u16_at(buf, 2),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue