Call initLibStore before opening store (#23)
This commit is contained in:
parent
6216734855
commit
dabf46d65d
@ -14,6 +14,7 @@ static ref<Store> getStore()
|
||||
static std::shared_ptr<Store> _store;
|
||||
|
||||
if (!_store) {
|
||||
initLibStore();
|
||||
loadConfFile();
|
||||
|
||||
_store = openStore();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user