From 75884a1571b83afd1bf1ba0e9546521594280254 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 8 Jun 2014 00:01:46 +0100 Subject: [PATCH] client/adh-query.c: Surprising comma rather than semicolon. This doesn't change the meaning of the code, but it's really surprising. Signed-off-by: Mark Wooding --- client/adh-query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/adh-query.c b/client/adh-query.c index 125bb33..63b63f4 100644 --- a/client/adh-query.c +++ b/client/adh-query.c @@ -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; } -- 2.30.2