mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
changed conditional for manually initting 7zip lib
This commit is contained in:
parent
8cd69b693d
commit
f49ca12894
@ -125,8 +125,7 @@ public final class SevenZipIngestModule extends IngestModuleAdapter implements F
|
||||
}
|
||||
}
|
||||
|
||||
// if first instance of this module for this job then check 7zip init
|
||||
if (refCounter.incrementAndGet(jobId) == 1) {
|
||||
if (!SevenZip.isInitializedSuccessfully() && (SevenZip.getLastInitializationException() == null)) {
|
||||
try {
|
||||
SevenZip.initSevenZipFromPlatformJAR();
|
||||
String platform = SevenZip.getUsedPlatform();
|
||||
|
Loading…
x
Reference in New Issue
Block a user