mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 22:25:07 -05:00
Remove superfluous code in SRC_SelectSource
This commit is contained in:
@@ -780,7 +780,6 @@ SRC_SelectSource(uint32_t match_refid)
|
|||||||
if (index != INVALID_SOURCE) {
|
if (index != INVALID_SOURCE) {
|
||||||
sources[index]->status = SRC_SELECTABLE;
|
sources[index]->status = SRC_SELECTABLE;
|
||||||
sel_sources[j++] = sel_sources[i];
|
sel_sources[j++] = sel_sources[i];
|
||||||
index++;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
n_sel_sources = j;
|
n_sel_sources = j;
|
||||||
|
|||||||
Reference in New Issue
Block a user