[Git][NTPsec/ntpsec][master] ntp_proto: hack around recent breakage.
Gary E. Miller
gitlab at mg.gitlab.com
Fri Apr 14 17:09:00 UTC 2017
Gary E. Miller pushed to branch master at NTPsec / ntpsec
Commits:
bac8b43f by Gary E. Miller at 2017-04-14T09:48:24-07:00
ntp_proto: hack around recent breakage.
- - - - -
1 changed file:
- ntpd/ntp_proto.c
Changes:
=====================================
ntpd/ntp_proto.c
=====================================
--- a/ntpd/ntp_proto.c
+++ b/ntpd/ntp_proto.c
@@ -2446,8 +2446,13 @@ if (NULL == server->dstadr)
peer_update_hash(server);
peer_xmit(server);
+#ifdef HAL_FIXED
DPRINTF(1, ("transmit: at %ld %s->%s pool\n",
current_time, latoa(lcladr), socktoa(rmtadr)));
+#else
+ DPRINTF(1, ("transmit: at %ld ->%s pool\n",
+ current_time, socktoa(rmtadr)));
+#endif
msyslog(LOG_INFO, "Setup server %s", socktoa(rmtadr));
return;
};
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/bac8b43fe18a9fa09ada0e32fd2d1d31da1e1a62
---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/bac8b43fe18a9fa09ada0e32fd2d1d31da1e1a62
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170414/ab231cd1/attachment.html>
More information about the vc
mailing list