mirror of
https://github.com/matrix-construct/construct
synced 2024-12-29 08:54:02 +01:00
ircd:Ⓜ️:event: Move TLS buf to stack.
This commit is contained in:
parent
9877d3bdf0
commit
324db44678
1 changed files with 1 additions and 1 deletions
|
@ -2886,7 +2886,7 @@ noexcept try
|
|||
room_version?: event.event_id.version()
|
||||
};
|
||||
|
||||
thread_local char buf[64];
|
||||
char buf[64];
|
||||
const event::id &check_id
|
||||
{
|
||||
version == "1" || version == "2"?
|
||||
|
|
Loading…
Reference in a new issue