From: Vsevolod Stakhov Date: Wed, 5 Jan 2022 20:08:26 +0000 (+0000) Subject: [Minor] Rdns: Fix hash delisting X-Git-Tag: 3.2~125 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d90f7a622feb794283bd300c937f302d0f7c00b2;p=thirdparty%2Frspamd.git [Minor] Rdns: Fix hash delisting --- diff --git a/contrib/librdns/util.c b/contrib/librdns/util.c index 12ad08b16f..1ff8b18581 100644 --- a/contrib/librdns/util.c +++ b/contrib/librdns/util.c @@ -637,7 +637,7 @@ rdns_request_unschedule (struct rdns_request *req) if (req->state == RDNS_REQUEST_WAIT_REPLY) { req->async->del_timer (req->async->data, req->async_event); - + rdns_request_remove_from_hash(req); req->async_event = NULL; } else if (req->state == RDNS_REQUEST_WAIT_SEND) {