From ad6ced3aad0e7603bada32c73252520d4a39111d Mon Sep 17 00:00:00 2001 From: Philipp Crocoll Date: Tue, 21 Nov 2023 13:33:37 +0100 Subject: [PATCH] addition to last commit: this refers to #2396 --- src/KeePassLib2Android/Serialization/FileLock.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/KeePassLib2Android/Serialization/FileLock.cs b/src/KeePassLib2Android/Serialization/FileLock.cs index 9f08fa3f..e62322b2 100644 --- a/src/KeePassLib2Android/Serialization/FileLock.cs +++ b/src/KeePassLib2Android/Serialization/FileLock.cs @@ -205,8 +205,7 @@ namespace KeePassLib.Serialization if(lfiEx != null) { m_iocLockFile = null; // Otherwise Dispose deletes the existing one - throw new FileLockException(UrlUtil.GetFileName(iocBaseFile.Path), - lfiEx.GetOwner()); + throw new FileLockException(UrlUtil.GetFileName(iocBaseFile.Path), lfiEx.GetOwner()); } LockFileInfo.Create(m_iocLockFile);