Skip to content

Commit

Permalink
Probably don't need this
Browse files Browse the repository at this point in the history
  • Loading branch information
pgporada committed May 15, 2024
1 parent 66e448c commit 1997f46
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions wfe/wfe.go
Original file line number Diff line number Diff line change
Expand Up @@ -1647,10 +1647,6 @@ func (wfe *WebFrontEndImpl) validateReplacementOrder(newOrder *core.Order) *acme
return acme.InternalErrorProblem("Order is nil")
}

// Lock the order for reading
newOrder.Lock()
defer newOrder.Unlock()

if newOrder.Replaces == "" {
wfe.log.Printf("ARI: order %q is not a replacement\n", newOrder.ID)
return nil
Expand Down

0 comments on commit 1997f46

Please sign in to comment.