Skip to content

Fix lockguard creation botched in !72750

Marcin Nowak requested to merge mnowak/athena:PoolSvc.tighter.locks.fix into main

The lockguard construction added in !72750 (merged) was not attached to a variable and thus it was releasing the lock immediately instead of keeping it for the duration of the operation. Fixed here.

Merge request reports