From: Harlan Stenn Date: Thu, 18 Dec 2014 10:08:38 +0000 (+0000) Subject: Comment cleanup X-Git-Tag: NTP_4_2_8~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bf4430e50cf2020a0e751de809526cb756023be;p=thirdparty%2Fntp.git Comment cleanup bk: 5492a7a6FIUqTxsFj0K16nwFADceZA --- diff --git a/ntpd/ntp_crypto.c b/ntpd/ntp_crypto.c index 08a1c9f2b..0dc5e3269 100644 --- a/ntpd/ntp_crypto.c +++ b/ntpd/ntp_crypto.c @@ -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