mirror of
https://github.com/go-gitea/gitea
synced 2024-11-02 16:24:25 +00:00
3d80308b36
Previously, `err` was defined above, checked for `err == nil` and used nowhere else. Hence, the result of `convertMinioErr` would always be `nil`. This leads to a NPE further down the line. That is not intentional, it should convert the error of the most recent operation, not one of its predecessors. Found through https://discord.com/channels/322538954119184384/322538954119184384/1143185780206993550. |
||
---|---|---|
.. | ||
helper_test.go | ||
helper.go | ||
local_test.go | ||
local.go | ||
minio_test.go | ||
minio.go | ||
storage_test.go | ||
storage.go |