diff --git a/ircd/server.cc b/ircd/server.cc index eeda76824..ab2af71fb 100644 --- a/ircd/server.cc +++ b/ircd/server.cc @@ -116,7 +116,7 @@ ircd::server::interrupt_all() ircd::server::peer & ircd::server::get(const net::hostport &hostport) { - char canonbuf[256]; + thread_local char canonbuf[256]; const auto canonized { net::canonize(canonbuf, hostport)