From: Miroslav Lichvar Date: Fri, 17 Oct 2014 11:05:44 +0000 (+0200) Subject: sources: fix reported normal select option X-Git-Tag: 2.0-pre1~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d0356a75e81cbf254bd7d4930ae542921c8dd87;p=thirdparty%2Fchrony.git sources: fix reported normal select option --- diff --git a/sources.c b/sources.c index 6606e7bc..1109f120 100644 --- a/sources.c +++ b/sources.c @@ -1181,7 +1181,7 @@ SRC_ReportSource(int index, RPT_SourceReport *report, struct timeval *now) switch (src->sel_option) { case SRC_SelectNormal: - report->sel_option = RPT_NOSELECT; + report->sel_option = RPT_NORMAL; break; case SRC_SelectPrefer: report->sel_option = RPT_PREFER;