[notify] Make sure to return when quorum is missing (#7799)

Fixes a regression introduced in 510ec153b9
master
Harshavardhana 5 years ago committed by kannappanr
parent 7001fe407f
commit b30c436715
  1. 1
      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

Loading…
Cancel
Save