summaryrefslogtreecommitdiffhomepage
path: root/src/dhcpv6.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dhcpv6.c')
-rw-r--r--src/dhcpv6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dhcpv6.c b/src/dhcpv6.c
index b086fd8..01adc04 100644
--- a/src/dhcpv6.c
+++ b/src/dhcpv6.c
@@ -298,7 +298,7 @@ static ssize_t dhcpv6_4o6_query(uint8_t *buf, size_t buflen,
addrv4.sin_port = htons(DHCPV4_CLIENT_PORT);
dhcpv4_handle_msg(&addrv4, msgv4_data, msgv4_len,
- iface, NULL, send_reply, &reply);
+ iface, NULL, send_reply, &reply, &addr->sin6_addr);
return reply.len;
}