chiark / gitweb /
src/types.c: Use the new `checklabel' machinery for PTR queries.
[adns.git] / client / adh-query.c
index 35e43b96ab0d8c0587b6959939a04f3c74ba1b2b..cedcf2db366472cc67a8c6359fed5206fd2f48fa 100644 (file)
@@ -92,7 +92,7 @@ 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_cname | ov_afflags,
     
   *qun_r= qun;
 }