mirror of
https://github.com/matrix-construct/construct
synced 2024-11-17 23:40:57 +01:00
Revert "ircd::server: Fix concurrency assumptions in server::get()."
This reverts commit 3db83faac3
.
This commit is contained in:
parent
1ffa00adbf
commit
6b3a459d29
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue