From b30c43671585922497698319a44e7c152f346490 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Tue, 18 Jun 2019 09:23:33 -0700 Subject: [PATCH] [notify] Make sure to return when quorum is missing (#7799) Fixes a regression introduced in 510ec153b96c52c67cb9ae816b3c2158e89c04a3 --- cmd/notification.go | 1 + 1 file changed, 1 insertion(+) 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