diff options
Diffstat (limited to 'health/health_log.c')
-rw-r--r-- | health/health_log.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/health/health_log.c b/health/health_log.c index dd51be2a..009e4267 100644 --- a/health/health_log.c +++ b/health/health_log.c @@ -396,7 +396,6 @@ inline void health_alarm_log( ae->duration = duration; ae->delay = delay; ae->delay_up_to_timestamp = when + delay; - ae->flags |= flags; if(ae->old_status == RRDCALC_STATUS_WARNING || ae->old_status == RRDCALC_STATUS_CRITICAL) |