minio/cmd/config/notify
Anis Elleuch 6b9805e891
fix: Avoid crash when there is an error testing a target notif (#8986)
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.
2020-02-13 11:26:23 +05:30
..
config.go Migrate config to KV data format (#8392) 2019-10-22 22:59:13 -07:00
help.go Update help messages with new wording (#8616) 2019-12-06 13:53:51 -08:00
legacy.go Update help messages with new wording (#8616) 2019-12-06 13:53:51 -08:00
parse.go fix: Avoid crash when there is an error testing a target notif (#8986) 2020-02-13 11:26:23 +05:30