From 363388a0435391abd805d3bcbc6c5365b1c44df5 Mon Sep 17 00:00:00 2001 From: Greg Hazel Date: Wed, 29 May 2013 14:19:14 -0700 Subject: [PATCH] restore the comment --- evdns.c | 1 + 1 file changed, 1 insertion(+) diff --git a/evdns.c b/evdns.c index 085f7146..2285eb7d 100644 --- a/evdns.c +++ b/evdns.c @@ -744,6 +744,7 @@ evdns_requests_pump_waiting_queue(struct evdns_base *base) { if (!req->ns) return; + /* move a request from the waiting queue to the inflight queue */ evdns_request_remove(req, &base->req_waiting_head); base->global_requests_waiting--; -- 2.40.0