diff options
author | Kozlov Dmitry <xeb@mail.ru> | 2011-08-30 16:52:37 +0400 |
---|---|---|
committer | Kozlov Dmitry <xeb@mail.ru> | 2011-08-30 16:52:37 +0400 |
commit | 53f18df2abd15faf25ab38b3f72ef63426d88145 (patch) | |
tree | 4ac9bba4ebce28e399a4ad1e110970cb9564cb9e /accel-pppd/ipv6 | |
parent | 0f7714076c51430d3243e4d380219bd7d360e43e (diff) | |
download | accel-ppp-53f18df2abd15faf25ab38b3f72ef63426d88145.tar.gz accel-ppp-53f18df2abd15faf25ab38b3f72ef63426d88145.zip |
ipv6-nd: read dns/dnssl from ipv6-dns section
Diffstat (limited to 'accel-pppd/ipv6')
-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) |