Skip to content

EventBoost: Fix uninitialized properties.

Scott Snyder requested to merge ssnyder/athena:uninit.EventBoost-20200726 into master

Make sure all properties are initialized in the ctor. Otherwise genconf will write garbage for the default values.

Merge request reports