From 982901084d95e6a9a1b955d91ef7cf20ea72c673 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 22 Jan 2022 12:29:51 +0000 Subject: [Fix] Unschedule DNS request when clearing IO channel --- contrib/librdns/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/librdns/util.h') diff --git a/contrib/librdns/util.h b/contrib/librdns/util.h index 915b8febd..6f74d8b85 100644 --- a/contrib/librdns/util.h +++ b/contrib/librdns/util.h @@ -94,6 +94,6 @@ struct rdns_reply * rdns_make_reply (struct rdns_request *req, enum dns_rcode rc */ void rdns_reply_free (struct rdns_reply *rep); -void rdns_request_unschedule (struct rdns_request *req); +void rdns_request_unschedule (struct rdns_request *req, bool remove_from_hash); #endif /* UTIL_H_ */ -- cgit v1.2.3