X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/adns/blobdiff_plain/196e91044f0b95e3d67961987b224da323d7fc40..8f3b71b03532e90c147ef21f36a876b093b0ef3b:/client/adh-query.c?ds=sidebyside diff --git a/client/adh-query.c b/client/adh-query.c index 711b489..1edf160 100644 --- 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"); +}