[Git][NTPsec/ntpsec][master] Undo a botched commit.

Eric S. Raymond gitlab at mg.gitlab.com
Sun Jul 10 10:54:55 UTC 2016


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
b4043434 by Eric S. Raymond at 2016-07-10T06:54:44-04:00
Undo a botched commit.

This was an "I should get more sleep" moment.

- - - - -


1 changed file:

- ntpd/ntp_config.c


Changes:

=====================================
ntpd/ntp_config.c
=====================================
--- a/ntpd/ntp_config.c
+++ b/ntpd/ntp_config.c
@@ -3028,7 +3028,7 @@ is_sane_resolved_address(
 	int		hmode
 	)
 {
-	if (ISBADADR(peeraddr)) {
+	if (!ISREFCLOCKADR(peeraddr) && ISBADADR(peeraddr)) {
 		msyslog(LOG_ERR,
 			"attempt to configure invalid address %s",
 			stoa(peeraddr));



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/b4043434f9270a8a50507946b0ea008f16b63d8e
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160710/db89870a/attachment.html>


More information about the vc mailing list