aboutsummaryrefslogtreecommitdiff
path: root/common.c
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2006-09-20 08:12:53 +0000
committerBjørn Mork <bjorn@mork.no>2010-08-06 15:37:36 +0200
commite2d967ad314579d48378498fb7e93e35258f77f1 (patch)
tree3c346b058d2f0e645272cfa6d54535e35f19f067 /common.c
parent98935ef41679eeb6b9b01ef540a853f3983357ed (diff)
fixed a bug that dhcp6s inserts SIP server addresses into DNS server address option (Bug-ID 1561202)
Diffstat (limited to 'common.c')
-rw-r--r--common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.c b/common.c
index 2040b02..80d3095 100644
--- a/common.c
+++ b/common.c
@@ -2222,7 +2222,7 @@ dhcp6_set_options(type, optbp, optep, optinfo)
&p, optep, &len) != 0)
goto fail;
- if (dhcp6_set_addr(DH6OPT_DNS, &optinfo->sip_list,
+ if (dhcp6_set_addr(DH6OPT_DNS, &optinfo->dns_list,
&p, optep, &len) != 0)
goto fail;