X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/adns/blobdiff_plain/0b6f56ccd83f0715e55855b4ddbdc7db897c4a7a..49d8f5b423c87e34679a7df2c2fc3c91183da967:/client/adh-query.c 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"); +}