From: Harlan Stenn Date: Thu, 25 Apr 2002 21:37:10 +0000 (-0400) Subject: Fix an evil typo found by Brian Utterback. X-Git-Tag: NTP_4_1_73~153^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e37edc31346f5010cf18d61fc581edb13056d6fa;p=thirdparty%2Fntp.git Fix an evil typo found by Brian Utterback. bk: 3cc87706MVQqEPXyQK-hGTQoyFP2Bw --- diff --git a/ntpd/ntp_proto.c b/ntpd/ntp_proto.c index 64408a62eb..b248c94253 100644 --- a/ntpd/ntp_proto.c +++ b/ntpd/ntp_proto.c @@ -780,7 +780,7 @@ receive( * legitimate sender may have just changed keys, or it could be * an intruder attempting to disrupt legitimate activities. We * have to be careful here. - /* + */ NTOHL_FP(&pkt->org, &p_org); /* test 2 */ if (hismode != MODE_BROADCAST && !L_ISEQU(&peer->xmt, &p_org)) peer->flash |= TEST2; /* bogus */