Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!elroy.jpl.nasa.gov!lll-winken!uunet!nih-csl!elsie!ado From: ado@elsie.nci.nih.gov (Arthur David Olson) Newsgroups: comp.protocols.time.ntp Subject: ntp_proto.c bug Message-ID: <90384@elsie.nci.nih.gov> Date: 20 Nov 90 02:08:07 GMT Organization: NIH/NCI/LEC, Bethesda, MD Lines: 25 A louie.udel.edu:~ftp/pub/ntp/ntp.3.4/ntp_proto.c bug? -- Arthur David Olson ado@elsie.nci.nih.gov ADO and Elsie are Ampex and Borden trademarks SCCS/s.ntp_proto.c: 1.1 vs. 1.2 *** 1.1/ntp_proto.c Mon Nov 19 21:04:10 1990 --- 1.2/ntp_proto.c Mon Nov 19 21:04:11 1990 *************** *** 574,580 **** */ if (bogus || duplicate || (pkt->org.int_part == 0 && pkt->org.fraction == 0) || ! (pkt->rec.int_part == 0 && pkt->org.fraction == 0)) { peer->pkt_dropped++; #ifdef DEBUG if (debug > 3) --- 574,580 ---- */ if (bogus || duplicate || (pkt->org.int_part == 0 && pkt->org.fraction == 0) || ! (pkt->rec.int_part == 0 && pkt->rec.fraction == 0)) { peer->pkt_dropped++; #ifdef DEBUG if (debug > 3)