mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-05 02:55:06 -05:00
Fix spelling
This commit is contained in:
4
cmdmon.c
4
cmdmon.c
@@ -1049,8 +1049,8 @@ handle_source_data(CMD_Request *rx_message, CMD_Reply *tx_message)
|
||||
case RPT_CANDIDATE:
|
||||
tx_message->data.source_data.state = htons(RPY_SD_ST_CANDIDATE);
|
||||
break;
|
||||
case RPT_OUTLYER:
|
||||
tx_message->data.source_data.state = htons(RPY_SD_ST_OUTLYER);
|
||||
case RPT_OUTLIER:
|
||||
tx_message->data.source_data.state = htons(RPY_SD_ST_OUTLIER);
|
||||
break;
|
||||
}
|
||||
switch (report.mode) {
|
||||
|
||||
Reference in New Issue
Block a user