Reset 'synclock' flag in _sync_unlock(), so the query isn't executed in shutdown function when not needed

This commit is contained in:
Aleksander Machniak 2012-06-26 15:27:26 +02:00
parent 4c6117ab67
commit fbcf125418

View file

@ -680,6 +680,8 @@ class kolab_storage_cache
$this->resource_uri, $this->resource_uri,
'lock' 'lock'
); );
$this->synclock = false;
} }
/** /**