SchedulerMonSvc: fix uninitialized variable
Lambda is being called from outside its original scope and hence needs to capture variables by value. Not clear if this had any impact but it fixes valgrind warnings.
Closes ATR-22381.
GitLab Registry scheduled maintenance on Wednesday, October 09th 2024 as of 20:00h Geneva time for a period of 1 hour. Further information under https://cern.ch/otg0152540.
Lambda is being called from outside its original scope and hence needs to capture variables by value. Not clear if this had any impact but it fixes valgrind warnings.
Closes ATR-22381.