Call initLibStore before opening store (#23)

This commit is contained in:
Bouke van der Bijl
2023-02-27 16:39:07 +01:00
committed by GitHub
parent 6216734855
commit dabf46d65d

View File

@@ -14,6 +14,7 @@ static ref<Store> getStore()
static std::shared_ptr<Store> _store;
if (!_store) {
initLibStore();
loadConfFile();
_store = openStore();