Closed RafaelWerner closed 3 years ago
Fixed the value assignment of the fResParams variable of the TRTDBListenerThread class.
fResParams
TRTDBListenerThread
In the RegisterEvents method the value of ResParams was not being saved correctly in the variable fResParams.
RegisterEvents
ResParams
Thank you Rafael for solving this finding and for extending the unit test. Great work!
What was done?
Fixed the value assignment of the
fResParams
variable of theTRTDBListenerThread
class.Why was this done?
In the
RegisterEvents
method the value ofResParams
was not being saved correctly in the variablefResParams
.