mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-05 10:55:07 -05:00
Fix leap sign in measurements log
This commit is contained in:
@@ -813,7 +813,7 @@ receive_packet(NTP_Packet *message, struct timeval *now, NCR_Instance inst, int
|
||||
int valid_header;
|
||||
|
||||
/* Variables used for doing logging */
|
||||
static char sync_stats[4] = {'N', '-', '+', '?'};
|
||||
static char sync_stats[4] = {'N', '+', '-', '?'};
|
||||
|
||||
/* The estimated offset predicted from previous samples. The
|
||||
convention here is that positive means local clock FAST of
|
||||
|
||||
Reference in New Issue
Block a user