0
0
Fork 0
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:
Jason Volk 2019-08-23 17:28:58 -07:00
parent 9877d3bdf0
commit 324db44678

View file

@ -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"?