mirror of
https://github.com/matrix-construct/construct
synced 2024-12-28 00:14:07 +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)
|
char *const &stop)
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
auto &link
|
||||||
|
{
|
||||||
|
*begin(server.n->links)
|
||||||
|
};
|
||||||
|
|
||||||
auto &sock
|
auto &sock
|
||||||
{
|
{
|
||||||
*(*begin(server.n->links)).s
|
*link.s
|
||||||
};
|
};
|
||||||
|
|
||||||
const std::array<mutable_buffer, 1> bufs
|
const std::array<mutable_buffer, 1> bufs
|
||||||
|
|
Loading…
Reference in a new issue