mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-11 23:46:15 +00:00
fix
This commit is contained in:
parent
e188f4644e
commit
7b66af30a5
@ -801,6 +801,9 @@ public class Case {
|
|||||||
} finally {
|
} finally {
|
||||||
throw new ConcurrentDbAccessException("Unable to acquire lock on " + lockFile, conflictingApplication);
|
throw new ConcurrentDbAccessException("Unable to acquire lock on " + lockFile, conflictingApplication);
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
lockFileRaf.setLength(0);
|
||||||
|
lockFileRaf.writeChars(APP_NAME);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user