Merge pull request #56 from rosslagerwall/fix-comment

Fix a comment in test-fdleak after 077c7e949.
This commit is contained in:
Nick Mathewson 2012-06-04 14:16:02 -07:00
commit 0bbd850cc0

View File

@ -113,7 +113,7 @@ listener_accept_cb(struct evconnlistener *listener, evutil_socket_t sock,
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
start_loop(void)
{