mirror of https://github.com/getdnsapi/getdns.git
Spelling
This commit is contained in:
parent
84ad5850c9
commit
a543c23926
|
@ -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.
|
/* If the qtype was a CNAME, and we got one, we'r done.
|
||||||
* We asked for it directly, so no redirection applies.
|
* 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)
|
if (qtype == GETDNS_RRTYPE_CNAME && q_rrset.name != qname)
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue