mirror of https://github.com/getdnsapi/getdns.git
develop merge fix
This commit is contained in:
parent
490aac1b48
commit
457a4bec92
|
@ -835,7 +835,7 @@ static void add_question2val_chain(struct mem_funcs *mf,
|
|||
q_rrset.pkt_len = pkt_len;
|
||||
q_rrset.sections = SECTION_ANSWER;
|
||||
|
||||
for (anti_loop = MAX_CNAMES; anti_loop; anti_loop--) {
|
||||
for (anti_loop = MAX_CNAME_REFERRALS; anti_loop; anti_loop--) {
|
||||
if (!(rr = _getdns_rrtype_iter_init(&rr_spc, &q_rrset)))
|
||||
break;
|
||||
if (!(rdf = _getdns_rdf_iter_init(&rdf_spc, &rr->rr_i)))
|
||||
|
|
Loading…
Reference in New Issue