From 0fd95eecbbaefbad54292d8f9e681dd03ba2af5e Mon Sep 17 00:00:00 2001 From: adam-m Date: Fri, 17 May 2013 15:16:23 -0400 Subject: [PATCH] disable auto-discovery of carving module for now --- .../sleuthkit/autopsy/scalpel/ScalpelCarverIngestModule.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ScalpelCarver/src/org/sleuthkit/autopsy/scalpel/ScalpelCarverIngestModule.java b/ScalpelCarver/src/org/sleuthkit/autopsy/scalpel/ScalpelCarverIngestModule.java index 0f1c109cd9..8b5ffbd195 100644 --- a/ScalpelCarver/src/org/sleuthkit/autopsy/scalpel/ScalpelCarverIngestModule.java +++ b/ScalpelCarver/src/org/sleuthkit/autopsy/scalpel/ScalpelCarverIngestModule.java @@ -207,7 +207,8 @@ public class ScalpelCarverIngestModule implements IngestModuleAbstractFile { return ProcessResult.OK; } - public static ScalpelCarverIngestModule getDefault() { + //disable auto-discovery + private static ScalpelCarverIngestModule getDefault() { if (instance == null) { synchronized (ScalpelCarverIngestModule.class) { if (instance == null) {