chiark
/
gitweb
/
~mdw
/
adns
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
45afab3
)
client/adh-query.c: Surprising comma rather than semicolon.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 7 Jun 2014 23:01:46 +0000
(
00:01
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 13 Jun 2014 08:57:40 +0000
(09:57 +0100)
This doesn't change the meaning of the code, but it's really surprising.
Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
client/adh-query.c
patch
|
blob
|
blame
|
history
diff --git
a/client/adh-query.c
b/client/adh-query.c
index 125bb332dc4646968da03801bcc469ec76e6780a..63b63f410b104a6e714a67cf7d6a4154b2e31985 100644
(file)
--- 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_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;
}
*qun_r= qun;
}