[Git][NTPsec/ntpsec][master] Address GitLab issue #415: Minimal config fails on some hosts
Eric S. Raymond
gitlab at mg.gitlab.com
Tue Dec 5 15:55:54 UTC 2017
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
2052ed6c by Eric S. Raymond at 2017-12-05T10:55:41-05:00
Address GitLab issue #415: Minimal config fails on some hosts
- - - - -
1 changed file:
- ntpd/ntpd.c
Changes:
=====================================
ntpd/ntpd.c
=====================================
--- a/ntpd/ntpd.c
+++ b/ntpd/ntpd.c
@@ -830,7 +830,9 @@ ntpdmain(
if (dumpopts) {
if (explicit_config)
fprintf(stdout, "conffile \"%s\";\n", explicit_config);
+#ifdef DEBUG
fprintf(stdout, "#debug = %d\n", debug);
+#endif /* DEBUG */
if (driftfile)
fprintf(stdout, "driftfile \"%s\";\n", driftfile);
fprintf(stdout, "#allow_panic = %s\n",
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/2052ed6cfc750e6c74e0d00f975855c4b3cdff6f
---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/2052ed6cfc750e6c74e0d00f975855c4b3cdff6f
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/20171205/a948eb46/attachment.html>
More information about the vc
mailing list