diff options
-rw-r--r-- | accel-pppd/ipv6/nd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/ipv6/nd.c b/accel-pppd/ipv6/nd.c index af6f3536..07b0d2a5 100644 --- a/accel-pppd/ipv6/nd.c +++ b/accel-pppd/ipv6/nd.c @@ -410,7 +410,7 @@ static void add_dnssl(const char *val) static void load_config(void) { - struct conf_sect_t *s = conf_get_section("dnsv6"); + struct conf_sect_t *s = conf_get_section("ipv6-dns"); struct conf_option_t *opt; if (!s) |