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:
parent
2a51b45a43
commit
65c2cebcd5
1 changed files with 1 additions and 1 deletions
|
@ -1214,7 +1214,7 @@ REF_GetReferenceParams
|
|||
*leap_status = LEAP_Normal;
|
||||
|
||||
*root_delay = 0.0;
|
||||
*root_dispersion = LCL_GetSysPrecisionAsQuantum();
|
||||
*root_dispersion = 0.0;
|
||||
|
||||
} else {
|
||||
|
||||
|
|
Loading…
Reference in a new issue