From b4348c96c38fce5a75bbd351f6dcfd45e8a510ac Mon Sep 17 00:00:00 2001 From: Brian Carrier Date: Fri, 8 Dec 2017 11:42:35 -0500 Subject: [PATCH] Added comment. --- .../autopsy/centralrepository/ingestmodule/IngestModule.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/centralrepository/ingestmodule/IngestModule.java b/Core/src/org/sleuthkit/autopsy/centralrepository/ingestmodule/IngestModule.java index 2cccdd48c8..f41c781bac 100644 --- a/Core/src/org/sleuthkit/autopsy/centralrepository/ingestmodule/IngestModule.java +++ b/Core/src/org/sleuthkit/autopsy/centralrepository/ingestmodule/IngestModule.java @@ -126,7 +126,7 @@ class IngestModule implements FileIngestModule { eamDataSource, af.getParentPath() + af.getName(), null, - TskData.FileKnown.UNKNOWN, + TskData.FileKnown.UNKNOWN, // NOTE: Known status in the CR is based on tagging, not hashes like the Case Database. CorrelationAttributeInstance.GlobalStatus.LOCAL ); eamArtifact.addInstance(cefi);