mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
remove reference to uncommitted sleuthkit changes (for now)
This commit is contained in:
parent
6ab994f605
commit
75d0d3c0f1
@ -97,7 +97,8 @@ public class HashDbIngestService implements IngestServiceFsContent {
|
||||
public void process(FsContent fsContent){
|
||||
logger.log(Level.INFO, "Processing fsContent: " + fsContent.getName());
|
||||
try{
|
||||
long status = skCase.analyzeFileMd5(fsContent);
|
||||
long status = 0;
|
||||
//long status = skCase.analyzeFileMd5(fsContent);
|
||||
if(status == 1){
|
||||
manager.postMessage(IngestMessage.createDataMessage(123, this, "Found known file", null));
|
||||
}else if(status == 2){
|
||||
|
Loading…
x
Reference in New Issue
Block a user