mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 18:22:50 +01:00
ircd::net: Fix mislabeled ios::descriptor.
This commit is contained in:
parent
74778bd024
commit
6d15db176d
1 changed files with 1 additions and 1 deletions
|
@ -1568,7 +1568,7 @@ try
|
||||||
{
|
{
|
||||||
static ios::descriptor desc
|
static ios::descriptor desc
|
||||||
{
|
{
|
||||||
"ircd::net::socket timer"
|
"ircd::net::acceptor accept"
|
||||||
};
|
};
|
||||||
|
|
||||||
assert(!handle_set);
|
assert(!handle_set);
|
||||||
|
|
Loading…
Reference in a new issue