sources: fix reported normal select option

This commit is contained in:
Miroslav Lichvar 2014-10-17 13:05:44 +02:00
parent 5f68941241
commit 5d0356a75e

View file

@ -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;