Skip to content

Commit 6c6d86b

Browse files
committed
revocation: add missing break
1 parent f0df65c commit 6c6d86b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

umbilical/revocation/checker.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ func (c *Checker) revokedOCSP(cert, issuer *x509.Certificate) (bool, error) {
129129
}
130130

131131
ok = true
132+
break
132133
}
133134

134135
if !ok {

0 commit comments

Comments
 (0)