]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
typo
authorHarlan Stenn <stenn@ntp.org>
Sat, 20 Jan 2018 08:35:52 +0000 (00:35 -0800)
committerHarlan Stenn <stenn@ntp.org>
Sat, 20 Jan 2018 08:35:52 +0000 (00:35 -0800)
bk: 5a62ff68CifLq6XLcKGTSOqzOJhnRw

ntpd/ntp_config.c

index a3796fe69b68d5ced1dc7797f9040c1597384e21..716e54ec93ea40e5cb9d652ed8fd297a4e05bf33 100644 (file)
@@ -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;