Fix Perl bindings

This commit is contained in:
Eelco Dolstra 2017-04-14 13:47:10 +02:00
parent 3872371f25
commit 3b36c64b15
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ static ref<Store> store()
if (!_store) {
try {
settings.loadConfFile();
settings.update();
settings.lockCPU = false;
_store = openStore();
} catch (Error & e) {