X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=src%2Fdhcpv6.c;h=5cda153bcdd5dcec3dd8bb4ea709fac62e418d18;hb=c78a8cf83899a80cc228d8f955e909ff39f69997;hp=597d239b5daa3451d4d00b3ce57407b779a21afd;hpb=0aff911e92043891dcb5ccd83b721ee748195175;p=odhcp6c.git diff --git a/src/dhcpv6.c b/src/dhcpv6.c index 597d239..5cda153 100644 --- a/src/dhcpv6.c +++ b/src/dhcpv6.c @@ -1213,7 +1213,7 @@ static int dhcpv6_parse_ia(void *opt, void *end) } if (ok) { - odhcp6c_update_entry(STATE_IA_PD, &entry); + odhcp6c_update_entry(STATE_IA_PD, &entry, 0, false); parsed_ia++; } @@ -1248,7 +1248,7 @@ static int dhcpv6_parse_ia(void *opt, void *end) entry.class = sdata[0] << 8 | sdata[1]; #endif - odhcp6c_update_entry(STATE_IA_NA, &entry); + odhcp6c_update_entry(STATE_IA_NA, &entry, 0, false); parsed_ia++; } }