X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/5692efb1e91cfaf9542391cc588da2137af13337..caa16c6aca84d01db94b60bea04b28c4593571f1:/client/adh-query.c diff --git a/client/adh-query.c b/client/adh-query.c index 1bc4e4c..58b1561 100644 --- a/client/adh-query.c +++ b/client/adh-query.c @@ -197,7 +197,7 @@ void of_cancel_id(const struct optioninfo *oi, const char *arg) { struct query_node *qun; for (qun= outstanding.head; - qun && !strcmp(qun->id,arg); + qun && strcmp(qun->id,arg); qun= qun->next); if (!qun) return; adns_cancel(qun->qu);