X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fdhcpv6.c;fp=src%2Fdhcpv6.c;h=7442b2d9d6d0061eaf6cc2b34dcafeb037caf8eb;hb=60bb0a1fc3e5c5c73fceedc26ebd7b8a2a608763;hp=7302d5d989018dd0908a33e17209461cdcc1129d;hpb=053ca41a841aa4a1b1ce86ce6ee9f4304cba7027;p=project%2Fodhcpd.git diff --git a/src/dhcpv6.c b/src/dhcpv6.c index 7302d5d..7442b2d 100644 --- a/src/dhcpv6.c +++ b/src/dhcpv6.c @@ -532,5 +532,5 @@ static void relay_client_request(struct sockaddr_in6 *source, struct sockaddr_in6 dhcpv6_servers = {AF_INET6, htons(DHCPV6_SERVER_PORT), 0, ALL_DHCPV6_SERVERS, 0}; struct iovec iov[2] = {{&hdr, sizeof(hdr)}, {(void*)data, len}}; - odhcpd_send(iface->dhcpv6_event.uloop.fd, &dhcpv6_servers, iov, 2, master); + odhcpd_send(master->dhcpv6_event.uloop.fd, &dhcpv6_servers, iov, 2, master); }