From: Miroslav Lichvar Date: Tue, 8 Sep 2020 08:45:24 +0000 (+0200) Subject: sources: don't report untrusted sources as selectable X-Git-Tag: 4.0-pre4~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c74d6e458dfb57f30672190c2f826218f097b358;p=thirdparty%2Fchrony.git sources: don't report untrusted sources as selectable Show untrusted sources with the '?' symbol instead of '-' to make them consistent with not selectable and selectable sources in the selectdata description. --- diff --git a/sources.c b/sources.c index c17d6384..817aadd9 100644 --- a/sources.c +++ b/sources.c @@ -1499,7 +1499,6 @@ SRC_ReportSource(int index, RPT_SourceReport *report, struct timespec *now) case SRC_JITTERY: report->state = RPT_JITTERY; break; - case SRC_UNTRUSTED: case SRC_WAITS_SOURCES: case SRC_NONPREFERRED: case SRC_WAITS_UPDATE: