This commit is contained in:
Willem Toorop 2015-09-08 11:24:45 +02:00
parent 84ad5850c9
commit a543c23926
1 changed files with 1 additions and 1 deletions

View File

@ -1068,7 +1068,7 @@ static void add_question2val_chain(struct mem_funcs *mf,
/* If the qtype was a CNAME, and we got one, we'r done.
* We asked for it directly, so no redirection applies.
* Otherwise we have to check the refered to name/qtype.
* Otherwise we have to check the referred to name/qtype.
*/
if (qtype == GETDNS_RRTYPE_CNAME && q_rrset.name != qname)
return;