This commit is contained in:
Greg DiCristofaro 2024-04-18 21:19:18 -04:00
parent e188f4644e
commit 7b66af30a5

View File

@ -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);
}
}