From: Harlan Stenn Date: Sun, 31 Oct 2004 21:23:23 +0000 (-0500) Subject: PTB responses are 78 bytes long, not 40. X-Git-Tag: NTP_4_2_3~102^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7deae0ceb4cb6e7b7a2635955c178a5aaa5e1880;p=thirdparty%2Fntp.git PTB responses are 78 bytes long, not 40. bk: 418557cbfE_2cev9kkvNY9xHobg5Cg --- diff --git a/ntpd/refclock_acts.c b/ntpd/refclock_acts.c index 96446b9dd0..c171580c69 100644 --- a/ntpd/refclock_acts.c +++ b/ntpd/refclock_acts.c @@ -147,7 +147,7 @@ #define REFUSNO "USNO" /* USNO reference ID */ #define LENUSNO 20 /* USNO */ #define REFPTB "PTB\0" /* PTB/NPL reference ID */ -#define LENPTB 40 /* PTB/NPL format */ +#define LENPTB 78 /* PTB/NPL format */ #define REFWWVB "WWVB" /* WWVB reference ID */ #define LENWWVB0 22 /* WWVB format 0 */ #define LENWWVB2 24 /* WWVB format 2 */