* [Bug 1555] from 4.2.6p2-RC4: sntp illegal C (mixed code and
declarations).
+* [Bug 1558] pool prototype associations have 0.0.0.0 for remote addr.
* configure.ac: add --disable-autokey, #define AUTOKEY to enable future
support for building without Autokey, but with OpenSSL for its digest
algorithms (hash functions). Code must be modified to use #ifdef
if (numhosts > 1)
fprintf(fp, "%-*s ", maxhostlen, currenthost);
if (AF_UNSPEC == af || AF(&srcadr) == af) {
- strncpy(clock_name, nntohost(&srcadr), sizeof(clock_name));
+ if (!havevar[HAVE_SRCHOST])
+ strncpy(clock_name, nntohost(&srcadr),
+ sizeof(clock_name));
fprintf(fp, "%c%-15.15s ", c, clock_name);
drlen = strlen(dstadr_refid);
makeascii(drlen, dstadr_refid, fp);