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.
This commit is contained in:
parent
ff466439fc
commit
c74d6e458d
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue