remove unneeded unlock

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2016-10-12 16:12:01 +02:00
parent 1484d01ff6
commit 2de59d8a2a
No known key found for this signature in database
GPG Key ID: 425003AC385454C5
1 changed files with 0 additions and 2 deletions

View File

@ -414,8 +414,6 @@ class Share20OCS extends OCSController {
throw new OCSException($e->getHint(), $code);
} catch (\Exception $e) {
throw new OCSForbiddenException($e->getMessage());
} finally {
$share->getNode()->unlock(ILockingProvider::LOCK_SHARED);
}
$output = $this->formatShare($share);