mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-13 06:16:10 -04:00
restore the comment
This commit is contained in:
parent
f8d7df8591
commit
363388a043
1
evdns.c
1
evdns.c
@ -744,6 +744,7 @@ evdns_requests_pump_waiting_queue(struct evdns_base *base) {
|
|||||||
if (!req->ns)
|
if (!req->ns)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
/* move a request from the waiting queue to the inflight queue */
|
||||||
evdns_request_remove(req, &base->req_waiting_head);
|
evdns_request_remove(req, &base->req_waiting_head);
|
||||||
|
|
||||||
base->global_requests_waiting--;
|
base->global_requests_waiting--;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user