]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 732] C-DEX JST2000 patch from Hideo Kuramatsu
authorHarlan Stenn <stenn@ntp.org>
Mon, 6 Nov 2006 07:51:53 +0000 (02:51 -0500)
committerHarlan Stenn <stenn@ntp.org>
Mon, 6 Nov 2006 07:51:53 +0000 (02:51 -0500)
bk: 454ee999bjEa8IxMM8_P1w_kXXQ3OA

NEWS
ntpd/refclock_jjy.c

diff --git a/NEWS b/NEWS
index 45fffffb4e6d3d4e5e7cb121dca96072ee13b41d..4b8c88fb9e1ad50a3ceb17f15ffe03a91650ec31 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+* [Bug 732] C-DEX JST2000 patch from Hideo Kuramatsu.
 * [Bug 721] check for __ss_family and __ss_len separately.
 * [Bug 666] ntpq opeers displays jitter rather than dispersion.
 * [Bug 718] Use the recommended type for the saddrlen arg to getsockname().
index 40907be13fe1b4575876b1b126207b3d701646bf..9d1419a6f6bafb7f69c9e3e12dee98d166700a30 100644 (file)
 /*  2004/11/28                                                        */
 /*    [Add]    Support the Echo Keisokuki LT-2000 receiver            */
 /*                                                                    */
+/*  2006/11/04                                                        */
+/*    [Fix]    C-DEX JST2000                                          */
+/*             Thanks to Hideo Kuramatsu for the patch                */
+/*                                                                    */
 /**********************************************************************/
 
 #ifdef HAVE_CONFIG_H
@@ -281,6 +285,7 @@ jjy_start ( int unit, struct peer *peer )
                up->unittype = UNITTYPE_CDEX_JST2000 ;
                up->lineexpect = 1 ;
                up->charexpect[0] = 15 ; /* <STX>JYYMMDD HHMMSSS<ETX> */
+               break ;
        case 3 :
                up->unittype = UNITTYPE_ECHOKEISOKUKI_LT2000 ;
                up->operationmode = 2 ;  /* Mode 2 : Continuous mode */