chiark
/
gitweb
/
~mdw
/
adns
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
not implemented things -> assert !implemented
[adns]
/
client
/
adh-query.c
diff --git
a/client/adh-query.c
b/client/adh-query.c
index 711b489d730028c31b92740abe9a30f12be9196a..1edf1608879e8551ae8b174dcee184e673d0090b 100644
(file)
--- a/
client/adh-query.c
+++ b/
client/adh-query.c
@@
-202,5
+202,7
@@
void of_asynch_id(const struct optioninfo *oi, const char *arg) {
ov_id= xstrsave(arg);
}
-void of_cancel_id(const struct optioninfo *oi, const char *arg) { abort(); }
+void of_cancel_id(const struct optioninfo *oi, const char *arg) {
+ assert(!"implemented");
+}