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:
Miroslav Lichvar 2017-01-26 11:08:55 +01:00
parent 2a51b45a43
commit 65c2cebcd5

View file

@ -1214,7 +1214,7 @@ REF_GetReferenceParams
*leap_status = LEAP_Normal;
*root_delay = 0.0;
*root_dispersion = LCL_GetSysPrecisionAsQuantum();
*root_dispersion = 0.0;
} else {