mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-04 13:59:35 -05:00
please lint again.
git-svn-id: file:///svn/unbound/trunk@3950 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
c879fa1e79
commit
9323fa7688
1 changed files with 2 additions and 2 deletions
|
|
@ -491,7 +491,7 @@ answer_norec_from_cache(struct worker* worker, struct query_info* qinfo,
|
|||
edns->ext_rcode = 0;
|
||||
edns->bits &= EDNS_DO;
|
||||
if(!inplace_cb_reply_cache_call(&worker->env, qinfo, NULL, msg->rep,
|
||||
flags & LDNS_RCODE_MASK, edns, worker->scratchpad))
|
||||
(int)flags & LDNS_RCODE_MASK, edns, worker->scratchpad))
|
||||
return 0;
|
||||
msg->rep->flags |= BIT_QR|BIT_RA;
|
||||
if(!reply_info_answer_encode(&msg->qinfo, msg->rep, id, flags,
|
||||
|
|
@ -598,7 +598,7 @@ answer_from_cache(struct worker* worker, struct query_info* qinfo,
|
|||
edns->ext_rcode = 0;
|
||||
edns->bits &= EDNS_DO;
|
||||
if(!inplace_cb_reply_cache_call(&worker->env, qinfo, NULL, rep,
|
||||
flags & LDNS_RCODE_MASK, edns, worker->scratchpad))
|
||||
(int)flags & LDNS_RCODE_MASK, edns, worker->scratchpad))
|
||||
return 0;
|
||||
if(!reply_info_answer_encode(qinfo, rep, id, flags,
|
||||
repinfo->c->buffer, timenow, 1, worker->scratchpad,
|
||||
|
|
|
|||
Loading…
Reference in a new issue