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:
Richard Cordovano 2018-03-26 13:56:45 -04:00 committed by GitHub
commit 2ae2356fff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,7 +171,7 @@ class VolatilityProcessor {
// add the output to the case // add the output to the case
final Case currentCase = Case.getCurrentCase(); 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); KeywordSearchService searchService = Lookup.getDefault().lookup(KeywordSearchService.class);
if (null == searchService) { if (null == searchService) {