sources: fix reported normal select option
This commit is contained in:
parent
5f68941241
commit
5d0356a75e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue