diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2016-01-16 06:20:26 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2016-01-16 06:30:08 +0100 |
commit | f070523085fa88ec25b4276f2024802ce8404fde (patch) | |
tree | cf7038ea60fe6c9286db865e8708dab8421c6046 | |
parent | dac5c9df6d6fc337af1ba8be7f6466b3f2b53259 (diff) | |
download | xK-f070523085fa88ec25b4276f2024802ce8404fde.tar.gz xK-f070523085fa88ec25b4276f2024802ce8404fde.tar.xz xK-f070523085fa88ec25b4276f2024802ce8404fde.zip |
Bump liberty
-rw-r--r-- | kike.c | 1 | ||||
m--------- | liberty | 0 |
2 files changed, 0 insertions, 1 deletions
@@ -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; diff --git a/liberty b/liberty -Subproject 60dd23ab8f5d772bee38200395e54d640499d44 +Subproject 8a9a28231bba6334c383dca59f7eccd1e507569 |