From 04c92eb22a8dc373d07b3dbd550c2048f27fd562 Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Tue, 2 Nov 2021 11:34:06 -0400 Subject: [PATCH] 7895 CR data artifact ingest module --- .../ingestmodule/CentralRepoDataArtifactIngestModule.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/centralrepository/ingestmodule/CentralRepoDataArtifactIngestModule.java b/Core/src/org/sleuthkit/autopsy/centralrepository/ingestmodule/CentralRepoDataArtifactIngestModule.java index 80b710c494..ebfb1a67d5 100755 --- a/Core/src/org/sleuthkit/autopsy/centralrepository/ingestmodule/CentralRepoDataArtifactIngestModule.java +++ b/Core/src/org/sleuthkit/autopsy/centralrepository/ingestmodule/CentralRepoDataArtifactIngestModule.java @@ -350,6 +350,8 @@ public class CentralRepoDataArtifactIngestModule implements DataArtifactIngestMo @Override public void shutDown() { + analyzeOsAccounts(); + try { centralRepo.commitAttributeInstancesBulk(); } catch (CentralRepoException ex) { @@ -372,7 +374,7 @@ public class CentralRepoDataArtifactIngestModule implements DataArtifactIngestMo CaseEventListener.setCreateOsAcctCorrAttrs(saveCorrAttrs); CaseEventListener.setFlagPrevSeenOsAccts(flagSeenDevices); } - + /** * Ensures the data source in the central repository has hash values that * match those in the case database.