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:
Miroslav Lichvar
2009-12-12 18:36:32 +01:00
parent b49470117d
commit 5b1a8705cf
5 changed files with 1 additions and 16 deletions

View File

@@ -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);