Fix leap sign in measurements log
This commit is contained in:
parent
8f9c237010
commit
cdc22df903
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue