1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-06 02:24:30 +00:00

disable auto-discovery of carving module for now

This commit is contained in:
adam-m
2013-05-17 15:16:23 -04:00
parent de1d5c8316
commit 0fd95eecbb

View File

@@ -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) {