From f070523085fa88ec25b4276f2024802ce8404fde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sat, 16 Jan 2016 06:20:26 +0100 Subject: Bump liberty --- kike.c | 1 - 1 file changed, 1 deletion(-) (limited to 'kike.c') diff --git a/kike.c b/kike.c index b07aebf..d574ef4 100644 --- a/kike.c +++ b/kike.c @@ -3486,7 +3486,6 @@ irc_try_fetch_client (struct server_context *ctx, int listen_fd) // Resolve the client's hostname first; this is a blocking operation that // depends on the network, so run it asynchronously with some timeout - // FIXME: we can run out of threads when there's a lot of connections c->gni = async_getnameinfo (&ctx->poller.common.async, (const struct sockaddr *) &peer, peer_len, NI_NUMERICSERV); c->gni->dispatcher = on_client_gni_resolved; -- cgit v1.2.3