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:
d6e3e09
)
Remove spurious semicolon.
author
ian
<ian>
Wed, 13 Oct 1999 02:04:06 +0000
(
02:04
+0000)
committer
ian
<ian>
Wed, 13 Oct 1999 02:04:06 +0000
(
02:04
+0000)
client/adh-query.c
patch
|
blob
|
blame
|
history
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;