diff options
-rw-r--r-- | contrib/librdns/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/librdns/util.c b/contrib/librdns/util.c index 12ad08b16..1ff8b1858 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) { |