mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 00:16:16 +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 (!SevenZip.isInitializedSuccessfully() && (SevenZip.getLastInitializationException() == null)) {
|
||||||
if (refCounter.incrementAndGet(jobId) == 1) {
|
|
||||||
try {
|
try {
|
||||||
SevenZip.initSevenZipFromPlatformJAR();
|
SevenZip.initSevenZipFromPlatformJAR();
|
||||||
String platform = SevenZip.getUsedPlatform();
|
String platform = SevenZip.getUsedPlatform();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user