mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-30 19:46:48 +00:00
There was a possibility for initialization disorder of static member _classes and its usage in another static class. Defining the _classes inside the static method that is called when it's accessed ensures the proper initialization (aka "standard trick", quoting Avi ;)). Signed-off-by: Vlad Zolotarov <vladz@cloudius-systems.com>