forked from lix-project/lix
Fix Perl bindings
This commit is contained in:
parent
3872371f25
commit
3b36c64b15
|
@ -26,7 +26,6 @@ static ref<Store> store()
|
|||
if (!_store) {
|
||||
try {
|
||||
settings.loadConfFile();
|
||||
settings.update();
|
||||
settings.lockCPU = false;
|
||||
_store = openStore();
|
||||
} catch (Error & e) {
|
||||
|
|
Loading…
Reference in a new issue