X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/844e3556cd0198367555015b36e9b5263e7abecb..f7e35411ca63bd2ed9596959e8258bd2caa1deb6:/client/adh-query.c diff --git a/client/adh-query.c b/client/adh-query.c index 90598fe..1a78bdb 100644 --- a/client/adh-query.c +++ b/client/adh-query.c @@ -92,7 +92,8 @@ static void prep_query(struct query_node **qun_r, int *quflags_r) { (ov_qc_query ? adns_qf_quoteok_query : 0) | (ov_qc_anshost ? adns_qf_quoteok_anshost : 0) | (ov_qc_cname ? 0 : adns_qf_quoteok_cname) | - ov_cname; + (ov_v6map ? adns_qf_ipv6_mapv4 : 0) | + ov_cname | ov_afflags; *qun_r= qun; }