diff --git a/cmd/notification.go b/cmd/notification.go index a2a0fda0b..6eb16aade 100644 --- a/cmd/notification.go +++ b/cmd/notification.go @@ -659,6 +659,7 @@ func (sys *NotificationSys) refresh(objAPI ObjectLayer) error { if _, ok := err.(*event.ErrARNNotFound); ok { continue } + return err } if err == errNoSuchNotifications { continue