addition to last commit: this refers to #2396
This commit is contained in:
@@ -205,8 +205,7 @@ namespace KeePassLib.Serialization
|
|||||||
if(lfiEx != null)
|
if(lfiEx != null)
|
||||||
{
|
{
|
||||||
m_iocLockFile = null; // Otherwise Dispose deletes the existing one
|
m_iocLockFile = null; // Otherwise Dispose deletes the existing one
|
||||||
throw new FileLockException(UrlUtil.GetFileName(iocBaseFile.Path),
|
throw new FileLockException(UrlUtil.GetFileName(iocBaseFile.Path), lfiEx.GetOwner());
|
||||||
lfiEx.GetOwner());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
LockFileInfo.Create(m_iocLockFile);
|
LockFileInfo.Create(m_iocLockFile);
|
||||||
|
Reference in New Issue
Block a user