[Git][NTPsec/ntpsec][master] fix inherited bug 2557

Eric S. Raymond gitlab at mg.gitlab.com
Mon Apr 3 01:24:38 UTC 2017


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
d7756939 by Trevor N at 2017-04-02T19:51:56-04:00
fix inherited bug 2557

the first byte of a superpacket command should be 0x8E

- - - - -


1 changed file:

- ntpd/refclock_trimble.c


Changes:

=====================================
ntpd/refclock_trimble.c
=====================================
--- a/ntpd/refclock_trimble.c
+++ b/ntpd/refclock_trimble.c
@@ -331,7 +331,7 @@ init_thunderbolt (
 	sendetx      (&tx, fd);
 	
 	/* activate packets 0x8F-AB and 0x8F-AC */
-	sendsupercmd (&tx, 0x8F, 0xA5);
+	sendsupercmd (&tx, 0x8E, 0xA5);
 	sendint      (&tx, 0x5);
 	sendetx      (&tx, fd);
 



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/d77569396b76870499e7a4222365b8ea4262061d
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170403/fef167ee/attachment.html>


More information about the vc mailing list