mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-06 10:05:06 -05:00
Remove resid_freq and resid_skew from source report
They were not printed and they are also in sourcestats report.
This commit is contained in:
2
cmdmon.c
2
cmdmon.c
@@ -1045,8 +1045,6 @@ handle_source_data(CMD_Request *rx_message, CMD_Reply *tx_message)
|
||||
tx_message->data.source_data.latest_meas_err = htonl(report.latest_meas_err);
|
||||
tx_message->data.source_data.est_offset = htonl(report.est_offset);
|
||||
tx_message->data.source_data.est_offset_err = htonl(report.est_offset_err);
|
||||
tx_message->data.source_data.resid_freq = htonl(report.resid_freq);
|
||||
tx_message->data.source_data.resid_skew = htonl(report.resid_skew);
|
||||
|
||||
} else {
|
||||
tx_message->status = htons(STT_NOSUCHSOURCE);
|
||||
|
||||
Reference in New Issue
Block a user