[Git][NTPsec/ntpsec][master] Address GitLab issue #211: ntpmon display issue
Eric S. Raymond
gitlab at mg.gitlab.com
Sat Dec 24 10:26:53 UTC 2016
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
d23952e2 by Eric S. Raymond at 2016-12-24T05:26:14-05:00
Address GitLab issue #211: ntpmon display issue
- - - - -
1 changed file:
- ntpd/ntpd.c
Changes:
=====================================
ntpd/ntpd.c
=====================================
--- a/ntpd/ntpd.c
+++ b/ntpd/ntpd.c
@@ -490,7 +490,7 @@ set_process_priority(void)
const char *ntpd_version(void)
{
- static char versionbuf[32];
+ static char versionbuf[64];
snprintf(versionbuf, sizeof(versionbuf),
"%s-%s-%d %s", VCS_BASENAME, VERSION, VCS_TICK, VCS_DATE);
return versionbuf;
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/d23952e2473d42e517a60b3d22d7234e1e4e6636
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20161224/7e1c0e8f/attachment.html>
More information about the vc
mailing list