mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 23:45:07 -05:00
sources: fix reported normal select option
This commit is contained in:
@@ -1181,7 +1181,7 @@ SRC_ReportSource(int index, RPT_SourceReport *report, struct timeval *now)
|
|||||||
|
|
||||||
switch (src->sel_option) {
|
switch (src->sel_option) {
|
||||||
case SRC_SelectNormal:
|
case SRC_SelectNormal:
|
||||||
report->sel_option = RPT_NOSELECT;
|
report->sel_option = RPT_NORMAL;
|
||||||
break;
|
break;
|
||||||
case SRC_SelectPrefer:
|
case SRC_SelectPrefer:
|
||||||
report->sel_option = RPT_PREFER;
|
report->sel_option = RPT_PREFER;
|
||||||
|
|||||||
Reference in New Issue
Block a user