]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Comment cleanup
authorHarlan Stenn <stenn@ntp.org>
Thu, 18 Dec 2014 10:08:38 +0000 (10:08 +0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 18 Dec 2014 10:08:38 +0000 (10:08 +0000)
bk: 5492a7a6FIUqTxsFj0K16nwFADceZA

ntpd/ntp_crypto.c

index 08a1c9f2bcd112aec8b234d8bf5e3eb0ee1c63d1..0dc5e3269dadad975ed06937640911fa5e2c9972 100644 (file)
@@ -453,6 +453,7 @@ crypto_recv(
                ep = (struct exten *)pkt;
                code = ntohl(ep->opcode) & 0xffff0000;
                len = ntohl(ep->opcode) & 0x0000ffff;
+               // HMS: Why pkt[1] instead of ep->associd ?
                associd = (associd_t)ntohl(pkt[1]);
                rval = XEVNT_OK;
 #ifdef DEBUG