chiark / gitweb /
client/adh-query.c: Surprising comma rather than semicolon.
[adns.git] / client / adh-query.c
index 125bb332dc4646968da03801bcc469ec76e6780a..63b63f410b104a6e714a67cf7d6a4154b2e31985 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;
     
   *qun_r= qun;
 }