mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
fix
This commit is contained in:
parent
e188f4644e
commit
7b66af30a5
@ -801,6 +801,9 @@ public class Case {
|
||||
} finally {
|
||||
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