chiark / gitweb /
not implemented things -> assert !implemented
[adns.git] / client / adh-query.c
index 711b489d730028c31b92740abe9a30f12be9196a..1edf1608879e8551ae8b174dcee184e673d0090b 100644 (file)
@@ -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");
+}