[Git][NTPsec/ntpsec][master] Fix a compiler warning...
Eric S. Raymond
gitlab at mg.gitlab.com
Wed Jul 6 22:32:08 UTC 2016
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
836c1602 by Eric S. Raymond at 2016-07-06T18:31:41-04:00
Fix a compiler warning...
...that scrolled off my screen before I could see it first time.
- - - - -
1 changed file:
- ntpd/ntp_util.c
Changes:
=====================================
ntpd/ntp_util.c
=====================================
--- a/ntpd/ntp_util.c
+++ b/ntpd/ntp_util.c
@@ -381,7 +381,7 @@ stats_config(
}
static const char *
-peerlabel(const struct peer *peer)
+peerlabel(struct peer *peer)
{
#ifndef ENABLE_CLASSIC_MODE
if (peer->procptr != NULL)
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/836c16020a2d2e75a4bcea4e2aa2ed5980b2834f
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160706/1b3919a4/attachment.html>
More information about the vc
mailing list