mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-25 21:46:50 +00:00
chore: upgrade dependencies and migrate to aws-lc-rs (#1333)
This commit is contained in:
@@ -165,10 +165,10 @@ impl NamespaceLock {
|
||||
let mut successful_clients = Vec::new();
|
||||
|
||||
for (idx, res) in results {
|
||||
if let Ok(resp) = res {
|
||||
if resp.success {
|
||||
successful_clients.push(idx);
|
||||
}
|
||||
if let Ok(resp) = res
|
||||
&& resp.success
|
||||
{
|
||||
successful_clients.push(idx);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user