mirror of
https://github.com/minio/minio.git
synced 2025-11-29 05:19:03 -05:00
signature: Add legacy signature v2 support transparently. (#2811)
Add new tests as well.
This commit is contained in:
@@ -61,7 +61,7 @@ func generateSystemLockResponse() (SystemLockState, error) {
|
||||
defer nsMutex.lockMapMutex.Unlock()
|
||||
|
||||
if nsMutex.debugLockMap == nil {
|
||||
return SystemLockState{}, LockInfoNil{}
|
||||
return SystemLockState{}, errLockNotInitialized
|
||||
}
|
||||
|
||||
lockState := SystemLockState{}
|
||||
|
||||
Reference in New Issue
Block a user