mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
bug fix
This commit is contained in:
parent
4e83fdfc60
commit
eaa58efc48
@ -237,7 +237,7 @@ public class HashDbIngestModule implements FileIngestModule {
|
|||||||
|
|
||||||
// look up no change items next
|
// look up no change items next
|
||||||
FindInHashsetsResult noChangeResult = findInHashsets(file, totals.totalNoChangeCount,
|
FindInHashsetsResult noChangeResult = findInHashsets(file, totals.totalNoChangeCount,
|
||||||
totals.totalLookuptime, noChangeHashSets, TskData.FileKnown.BAD, noChangeLookupError);
|
totals.totalLookuptime, noChangeHashSets, TskData.FileKnown.UNKNOWN, noChangeLookupError);
|
||||||
|
|
||||||
if (noChangeResult.isError()) {
|
if (noChangeResult.isError()) {
|
||||||
ret = ProcessResult.ERROR;
|
ret = ProcessResult.ERROR;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user