mirror of
https://github.com/minio/minio.git
synced 2025-11-23 11:07:50 -05:00
Generate and use access/secret keys properly (#3498)
This commit is contained in:
@@ -268,5 +268,5 @@ func (n *nsLockMap) deleteLockInfoEntryForOps(param nsParam, opsID string) error
|
||||
|
||||
// Return randomly generated string ID
|
||||
func getOpsID() string {
|
||||
return newRequestID()
|
||||
return mustGetRequestID()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user