home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!spool.mu.edu!agate!ucbvax!PA.DEC.COM!mogul
- From: mogul@PA.DEC.COM (Jeffrey Mogul)
- Newsgroups: comp.protocols.time.ntp
- Subject: Minor bug in GOES support (xntpd v3)
- Message-ID: <9209152055.AA29019@wrl-too.pa.dec.com>
- Date: 15 Sep 92 20:55:29 GMT
- Sender: daemon@ucbvax.BERKELEY.EDU
- Distribution: inet
- Organization: The Internet
- Lines: 25
-
- Looks like someone transposed a few letters (the code didn't even
- compile). I don't know if this means that the GOES support is
- likely to not work; I haven't had a chance to wire it up yet.
-
- *** 1.1 1992/09/11 23:28:44
- --- refclock_goes.c 1992/09/11 23:48:45
- ***************
- *** 469,475 ****
- if (goes->lencode == 0) return;
- tstmp = goes->lastrec;
- #ifndef CLKDISC
- ! goes->lastrec = rbufp->rec_vtime;
- #endif
-
- #ifdef DEBUG
- --- 469,475 ----
- if (goes->lencode == 0) return;
- tstmp = goes->lastrec;
- #ifndef CLKDISC
- ! goes->lastrec = rbufp->recv_time;
- #endif
-
- #ifdef DEBUG
-
- -Jeff
-