[Git][NTPsec/ntpsec][master] Fix a brown-paper-bag bug.
Eric S. Raymond
gitlab at mg.gitlab.com
Thu Feb 21 04:22:02 UTC 2019
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
94a36b6f by Eric S. Raymond at 2019-02-21T04:21:53Z
Fix a brown-paper-bag bug.
- - - - -
1 changed file:
- ntpd/ntp_control.c
Changes:
=====================================
ntpd/ntp_control.c
=====================================
@@ -2697,7 +2697,7 @@ read_peervars(void)
if (wants[i])
ctl_putpeer((int)i, peer);
} else
- for (const struct ctl_var *kv = sys_var; kv && !(EOV & kv->flags); kv++)
+ for (const struct ctl_var *kv = peer_var; kv && !(EOV & kv->flags); kv++)
if (kv->flags & DEF)
ctl_putpeer(kv->code, peer);
ctl_flushpkt(0);
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/94a36b6f89d663d4a0893f0c71b7896af26e8280
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/94a36b6f89d663d4a0893f0c71b7896af26e8280
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/20190221/0cab1dcd/attachment.html>
More information about the vc
mailing list