bk: 643f9a2dxn-xojgapw56Ry-An3UEKg
Integrated patch from Brian Utterback. <hart@ntp.org>
* [Bug 2525] Turn on automake subdir-objects across the project. <hart@ntp.org>
* [Bug 2410] syslog an error message on panic exceeded. <brian.utterback@oracle.com>
+* Rename a poorly-named variable. <stenn@ntp.org>
* Disable "embedded NUL in string" messages in libopts, when we can. <stenn@>
* Use https in the AC_INIT URLs in configure.ac. <stenn@ntp.org>
* Implement NTP_FUNC_REALPATH. <stenn@ntp.org>
* puppy; if a response, return so the sender can flame, too.
*/
if (rval != XEVNT_OK) {
- u_int32 uint32;
+ u_int32 opcode_bits;
- uint32 = CRYPTO_ERROR;
- opcode |= uint32;
- fp->opcode |= htonl(uint32);
+ opcode_bits = CRYPTO_ERROR;
+ opcode |= opcode_bits;
+ fp->opcode |= htonl(opcode_bits);
snprintf(statstr, sizeof(statstr),
"%04x %d %02x %s", opcode, associd, rval,
eventstr(rval));