mirror of
https://github.com/matrix-construct/construct
synced 2024-11-19 00:10:59 +01:00
ircd::net: Fix scope_timeout move assignment.
This commit is contained in:
parent
af1bd92b26
commit
8cfc9e832e
1 changed files with 1 additions and 0 deletions
|
@ -2390,6 +2390,7 @@ noexcept
|
||||||
{
|
{
|
||||||
this->~scope_timeout();
|
this->~scope_timeout();
|
||||||
s = std::move(other.s);
|
s = std::move(other.s);
|
||||||
|
other.s = nullptr;
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue