From: Harlan Stenn Date: Sat, 20 Jan 2018 08:35:52 +0000 (-0800) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c68ba03976cd87e2034030dfd849cf45b133c7f;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;