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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user