mirror of
https://github.com/minio/minio.git
synced 2024-12-26 23:25:54 -05:00
6b9805e891
RegisterNotificationTargets() cleans up all connections that it makes to notification targets when an error occurs during its execution. However there is a typo in the code that makes the function to always try to access to a nil pointer in the defer code since the function in question will always return nil in the case of any error. This commit fixes the typo in the code. |
||
---|---|---|
.. | ||
config.go | ||
help.go | ||
legacy.go | ||
parse.go |