mirror of
https://github.com/minio/minio.git
synced 2025-01-25 13:43:17 -05:00
parent
53a816b17a
commit
026b87e39b
@ -75,6 +75,9 @@ func unwrapErrs(err error) (leafErr error) {
|
|||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if uerr == nil {
|
||||||
|
leafErr = err
|
||||||
|
}
|
||||||
return leafErr
|
return leafErr
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user