From: Harlan Stenn Date: Sat, 20 Jan 2018 08:35:52 +0000 (-0800) Subject: typo X-Git-Tag: NTP_4_2_8P11~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=002b5f5cf85cf9ca6ed665f92b86f03d2f5ddd7d;p=thirdparty%2Fntp.git typo bk: 5a62ff68CifLq6XLcKGTSOqzOJhnRw --- diff --git a/ntpd/ntp_config.c b/ntpd/ntp_config.c index a3796fe69..716e54ec9 100644 --- a/ntpd/ntp_config.c +++ b/ntpd/ntp_config.c @@ -942,8 +942,8 @@ dump_config_tree( } } } else { - cons char *ap = rest_node->addr->address; - cons char *mp = ""; + const char *ap = rest_node->addr->address; + const char *mp = ""; if (rest_node->mask) mp = rest_node->mask->address;