summaryrefslogtreecommitdiffstats
path: root/src/mon/HealthMonitor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mon/HealthMonitor.cc')
-rw-r--r--src/mon/HealthMonitor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mon/HealthMonitor.cc b/src/mon/HealthMonitor.cc
index 6eed2b0f0..0c42734ef 100644
--- a/src/mon/HealthMonitor.cc
+++ b/src/mon/HealthMonitor.cc
@@ -400,7 +400,7 @@ void HealthMonitor::tick()
bool HealthMonitor::check_mutes()
{
- bool changed = true;
+ bool changed = false;
auto now = ceph_clock_now();
health_check_map_t all;
gather_all_health_checks(&all);