1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-05 18:14:30 +00:00

Minor changes to zip extractor

This commit is contained in:
Eugene Livis
2015-11-09 14:52:26 -05:00
parent dd2c9e740d
commit 156e95c7e8

View File

@@ -141,7 +141,6 @@ class SevenZipExtractor {
this.moduleDirRelative = moduleDirRelative;
this.moduleDirAbsolute = moduleDirAbsolute;
this.archiveDepthCountTree = new ArchiveDepthCountTree();
this.blackboard = Case.getCurrentCase().getServices().getBlackboard();
}
/**
@@ -290,6 +289,7 @@ class SevenZipExtractor {
* @return list of unpacked derived files
*/
void unpack(AbstractFile archiveFile) {
blackboard = Case.getCurrentCase().getServices().getBlackboard();
String archiveFilePath;
try {
archiveFilePath = archiveFile.getUniquePath();