chiark
/
gitweb
/
~mdw
/
adns
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove spurious semicolon.
[adns]
/
client
/
adh-query.c
diff --git
a/client/adh-query.c
b/client/adh-query.c
index 14568b4a89537bed11c0c1de94f417c2a2ecdd42..d8bcb7beb57356766335822a844260555e471bfc 100644
(file)
--- a/
client/adh-query.c
+++ b/
client/adh-query.c
@@
-198,7
+198,7
@@
void query_done(struct query_node *qun, adns_answer *answer) {
}
}
if (qun->pqfr.show_owner) {
}
}
if (qun->pqfr.show_owner) {
- realowner= answer->cname ? answer->cname : answer->owner;
;
+ realowner= answer->cname ? answer->cname : answer->owner;
assert(realowner);
} else {
realowner= 0;
assert(realowner);
} else {
realowner= 0;