X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/adns/blobdiff_plain/9fa144996b8b6fdcc9b456ac6b19fc6b663c575c..e0d855e1cf6273d258889c11551976f42a6c79b4:/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);