From cdc22df9030c86ecca4f63997bcdea469ee899d2 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 31 Dec 2008 10:03:49 +0100 Subject: [PATCH] Fix leap sign in measurements log --- ntp_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntp_core.c b/ntp_core.c index 8dfd6cf..d2f67cb 100644 --- a/ntp_core.c +++ b/ntp_core.c @@ -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