mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Merge pull request #3606 from APriestman/custom-release-march-2018
Don't set the data source as the Report parent
This commit is contained in:
commit
2ae2356fff
@ -171,7 +171,7 @@ class VolatilityProcessor {
|
||||
|
||||
// add the output to the case
|
||||
final Case currentCase = Case.getCurrentCase();
|
||||
Report report = currentCase.getSleuthkitCase().addReport(outputFile, "Volatility", "Volatility " + pluginToRun + " Module", dataSource);
|
||||
Report report = currentCase.getSleuthkitCase().addReport(outputFile, "Volatility", "Volatility " + pluginToRun + " Module");
|
||||
|
||||
KeywordSearchService searchService = Lookup.getDefault().lookup(KeywordSearchService.class);
|
||||
if (null == searchService) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user