From: ian Date: Sun, 15 Nov 1998 19:13:29 +0000 (+0000) Subject: _Submits_ but does not use the results from internally-generated queries - add fixme... X-Git-Tag: wip.base.getaddrinfo~403 X-Git-Url: https://git.distorted.org.uk/~mdw/adns/commitdiff_plain/a095483eb340121ef4b75d246286f2b926ce6621?hp=77a3043b2ac4ffa8477f642aafb3b8fdad97fc7d _Submits_ but does not use the results from internally-generated queries - add fixme and abort. --- diff --git a/src/query.c b/src/query.c index a794e54..8c39caa 100644 --- a/src/query.c +++ b/src/query.c @@ -270,6 +270,9 @@ void adns__query_done(adns_query qu) { qu->id= -1; LIST_LINK_TAIL(qu->ads->output,qu); + + assert(!qu->parent); + /* fixme: do something with the answers to internally-generated queries. */ } void adns__query_fail(adns_query qu, adns_status stat) {