mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 20:05:07 -05:00
sources: drop selectable flag
This is no longer needed with new NTP packet processing as the sources are always selectable after first sample is accumulated.
This commit is contained in:
@@ -281,7 +281,6 @@ RCL_StartRefclocks(void)
|
||||
for (i = 0; i < n; i++) {
|
||||
RCL_Instance inst = get_refclock(i);
|
||||
|
||||
SRC_SetSelectable(inst->source);
|
||||
SRC_SetActive(inst->source);
|
||||
inst->timeout_id = SCH_AddTimeoutByDelay(0.0, poll_timeout, (void *)inst);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user