mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
ircd: Checkpoint temp server link uniplexing...
This commit is contained in:
parent
f928630747
commit
315d86a8d2
1 changed files with 6 additions and 1 deletions
|
@ -79,9 +79,14 @@ ircd::read(server &server,
|
|||
char *const &stop)
|
||||
try
|
||||
{
|
||||
auto &link
|
||||
{
|
||||
*begin(server.n->links)
|
||||
};
|
||||
|
||||
auto &sock
|
||||
{
|
||||
*(*begin(server.n->links)).s
|
||||
*link.s
|
||||
};
|
||||
|
||||
const std::array<mutable_buffer, 1> bufs
|
||||
|
|
Loading…
Reference in a new issue