This commit is contained in:
Greg DiCristofaro 2020-05-07 07:54:23 -04:00
parent 4e83fdfc60
commit eaa58efc48

View File

@ -237,7 +237,7 @@ public class HashDbIngestModule implements FileIngestModule {
// look up no change items next
FindInHashsetsResult noChangeResult = findInHashsets(file, totals.totalNoChangeCount,
totals.totalLookuptime, noChangeHashSets, TskData.FileKnown.BAD, noChangeLookupError);
totals.totalLookuptime, noChangeHashSets, TskData.FileKnown.UNKNOWN, noChangeLookupError);
if (noChangeResult.isError()) {
ret = ProcessResult.ERROR;