diff --git a/sources.c b/sources.c index a019f92..3a82b2b 100644 --- a/sources.c +++ b/sources.c @@ -1083,6 +1083,7 @@ SRC_ReportSource(int index, RPT_SourceReport *report, struct timeval *now) case SRC_JITTERY: report->state = RPT_JITTERY; break; + case SRC_OK: case SRC_BAD_STATS: case SRC_UNREACHABLE: report->state = RPT_UNREACH;