mirror of
https://github.com/minio/minio.git
synced 2025-04-03 11:20:30 -04:00
[notify] Make sure to return when quorum is missing (#7799)
Fixes a regression introduced in 510ec153b96c52c67cb9ae816b3c2158e89c04a3
This commit is contained in:
parent
7001fe407f
commit
b30c436715
@ -659,6 +659,7 @@ func (sys *NotificationSys) refresh(objAPI ObjectLayer) error {
|
|||||||
if _, ok := err.(*event.ErrARNNotFound); ok {
|
if _, ok := err.(*event.ErrARNNotFound); ok {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
return err
|
||||||
}
|
}
|
||||||
if err == errNoSuchNotifications {
|
if err == errNoSuchNotifications {
|
||||||
continue
|
continue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user