mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 19:55:07 -05:00
reference: report zero root dispersion with local reference
The server's precision is supposed to be included in client's dispersion. Don't include it in the server's dispersion.
This commit is contained in:
@@ -1214,7 +1214,7 @@ REF_GetReferenceParams
|
|||||||
*leap_status = LEAP_Normal;
|
*leap_status = LEAP_Normal;
|
||||||
|
|
||||||
*root_delay = 0.0;
|
*root_delay = 0.0;
|
||||||
*root_dispersion = LCL_GetSysPrecisionAsQuantum();
|
*root_dispersion = 0.0;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user