Skip to content

Correctly initialize the SysFilterReporterParams

Jon Burr requested to merge jburr/athena:InitSysFilter into master

Right now the SysFilterReporter can't be used as its internal handles are not initialized. This MR fixes that. In order to initialize those handles we have to pass the SysListHandle to the initialize method so this also changes the only place in the repository that currently uses this class.

Merge request reports