mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Remove current case before getting datasources for common files case.
# Conflicts: # Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java
This commit is contained in:
parent
e82126e721
commit
12a443e379
@ -359,6 +359,7 @@ public final class CommonFilesPanel extends javax.swing.JPanel {
|
||||
protected Map<Integer, String> doInBackground() throws Exception {
|
||||
|
||||
List<CorrelationCase> dataSources = EamDb.getInstance().getCases();
|
||||
dataSources.remove(EamDb.getInstance().getCase(Case.getCurrentCase()));
|
||||
Map<Integer, String> caseMap = mapDataSources(dataSources);
|
||||
|
||||
return caseMap;
|
||||
|
Loading…
x
Reference in New Issue
Block a user