Skip to content

Commit

Permalink
fix cond
Browse files Browse the repository at this point in the history
  • Loading branch information
lukedirtwalker committed Sep 3, 2024
1 parent ae5fb3b commit 58246aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions private/revcache/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ func NoRevokedHopIntf(ctx context.Context, revCache RevCache,
if err != nil || rev != nil {
return false, err
}
if rev != nil {
return false, nil
}
}
}
return true, nil
Expand Down

0 comments on commit 58246aa

Please sign in to comment.