[comp.protocols.time.ntp] ntp_proto.c bug

ado@elsie.nci.nih.gov (Arthur David Olson) (11/20/90)

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)