Codebase list unbound / 9a727c3
- Use RCODE from A response on DNS64 synthesized answer. git-svn-id: file:///svn/unbound/trunk@4365 be551aaa-1e26-0410-a405-d3ace91eadb9 Ralph Dolmans 6 years ago
2 changed file(s) with 5 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
791791 qstate->return_msg->rep))
792792 return;
793793
794 /* Use return code from A query in response to client. */
795 if (super->return_rcode != LDNS_RCODE_NOERROR)
796 super->return_rcode = qstate->return_rcode;
797
794798 /* Generate a response suitable for the original query. */
795799 if (qstate->qinfo.qtype == LDNS_RR_TYPE_A) {
796800 dns64_adjust_a(id, super, qstate);
33
44 5 October 2017: Ralph
55 - Set trust-anchor-signaling default to yes
6 - Use RCODE from A query on DNS64 synthesized answer.
67
78 2 October 2017: Wouter
89 - Fix param unused warning for windows exportsymbol compile.