diff --git a/acme/order.go b/acme/order.go index b0b0ec54..574477ca 100644 --- a/acme/order.go +++ b/acme/order.go @@ -18,7 +18,7 @@ import ( var defaultOrderExpiry = time.Hour * 24 // Mutex for locking ordersByAccount index operations. -var ordersByAccountMux = &sync.Mutex{} +var ordersByAccountMux sync.Mutex // Order contains order metadata for the ACME protocol order type. type Order struct {