Updates #12687 Signed-off-by: Nick Khyl <[email protected]>
@@ -189,6 +189,7 @@ func (l *PolicyLock) lockSlow() (err error) {
select {
case resultCh <- policyLockResult{handle, err}:
// lockSlow has received the result.
+ break send_result
default:
case <-closing: