mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
Fix a comment in test-fdleak after 077c7e949.
This commit is contained in:
parent
76b994ac61
commit
3881d8fdf6
@ -113,7 +113,7 @@ listener_accept_cb(struct evconnlistener *listener, evutil_socket_t sock,
|
|||||||
bufferevent_enable(bev, EV_READ|EV_WRITE);
|
bufferevent_enable(bev, EV_READ|EV_WRITE);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Start the server listening on PORT and start the first client. */
|
/* Start the server listening on a random port and start the first client. */
|
||||||
static void
|
static void
|
||||||
start_loop(void)
|
start_loop(void)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user