]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Lose some implementation debug output.
authorHarlan Stenn <stenn@ntp.org>
Fri, 4 Jan 2002 09:03:26 +0000 (04:03 -0500)
committerHarlan Stenn <stenn@ntp.org>
Fri, 4 Jan 2002 09:03:26 +0000 (04:03 -0500)
From: John Hay

bk: 3c356fde7-nct9fFVOAL0v-z1jD8ug

ntpd/ntp_request.c

index ee450a2706dc69721cfb0887137333b964ce5320..260b48b1e7fef3c5593751c5584e51f2deaed180 100644 (file)
@@ -526,13 +526,6 @@ process_private(
                /*
                 * So far so good.  See if decryption works out okay.
                 */
-               printf("process_private: rbufp->recv_length %d\n",
-                   rbufp->recv_length);
-               printf("process_private: l1 %d, l2 %d, l3 %d, l4 %d\n",
-                   rbufp->recv_length - sizeof(*tailinpkt),
-                   sizeof(struct req_pkt_tail),
-                   REQ_LEN_NOMAC,
-                   (int)(rbufp->recv_length - REQ_LEN_NOMAC));
                if (!authdecrypt(info_auth_keyid, (u_int32 *)inpkt,
                    rbufp->recv_length - sizeof(struct req_pkt_tail) +
                    REQ_LEN_HDR, sizeof(struct req_pkt_tail) - REQ_LEN_HDR)) {