home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / protocol / time / ntp / 891 < prev    next >
Encoding:
Internet Message Format  |  1992-09-15  |  959 b 

  1. Path: sparky!uunet!spool.mu.edu!agate!ucbvax!PA.DEC.COM!mogul
  2. From: mogul@PA.DEC.COM (Jeffrey Mogul)
  3. Newsgroups: comp.protocols.time.ntp
  4. Subject: Minor bug in GOES support (xntpd v3)
  5. Message-ID: <9209152055.AA29019@wrl-too.pa.dec.com>
  6. Date: 15 Sep 92 20:55:29 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: inet
  9. Organization: The Internet
  10. Lines: 25
  11.  
  12. Looks like someone transposed a few letters (the code didn't even
  13. compile).  I don't know if this means that the GOES support is
  14. likely to not work; I haven't had a chance to wire it up yet.
  15.  
  16. *** 1.1    1992/09/11 23:28:44
  17. --- refclock_goes.c    1992/09/11 23:48:45
  18. ***************
  19. *** 469,475 ****
  20.       if (goes->lencode == 0) return;
  21.       tstmp = goes->lastrec;
  22.   #ifndef CLKDISC
  23. !     goes->lastrec = rbufp->rec_vtime;
  24.   #endif
  25.   
  26.   #ifdef DEBUG
  27. --- 469,475 ----
  28.       if (goes->lencode == 0) return;
  29.       tstmp = goes->lastrec;
  30.   #ifndef CLKDISC
  31. !     goes->lastrec = rbufp->recv_time;
  32.   #endif
  33.   
  34.   #ifdef DEBUG
  35.  
  36. -Jeff
  37.