mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 00:32:35 +01:00
ircd::ctx: Use terminate() rather than interrupt() during ~context().
This commit is contained in:
parent
ee9343a68f
commit
38c5679b5a
1 changed files with 1 additions and 1 deletions
|
@ -925,7 +925,7 @@ noexcept
|
|||
// Can't join to bare metal, only from within another context.
|
||||
if(current)
|
||||
{
|
||||
interrupt();
|
||||
terminate();
|
||||
join();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue