From c74d6e458dfb57f30672190c2f826218f097b358 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 8 Sep 2020 10:45:24 +0200 Subject: [PATCH] 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. --- sources.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sources.c b/sources.c index c17d638..817aadd 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: