]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Fix an evil typo found by Brian Utterback.
authorHarlan Stenn <stenn@ntp.org>
Thu, 25 Apr 2002 21:37:10 +0000 (17:37 -0400)
committerHarlan Stenn <stenn@ntp.org>
Thu, 25 Apr 2002 21:37:10 +0000 (17:37 -0400)
bk: 3cc87706MVQqEPXyQK-hGTQoyFP2Bw

ntpd/ntp_proto.c

index 64408a62eba1eb30964bff3a52847fa404f0cccf..b248c942533248dd780884b0ce2f6e9e2b12bc11 100644 (file)
@@ -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 */