X-Git-Url: https://git.decadent.org.uk/gitweb/?p=odhcp6c.git;a=blobdiff_plain;f=src%2Fdhcpv6.c;h=760f2359a112e715330a5bc309261da0540193c7;hp=425aee1987d5ae6c19c20eb13a3d64e372036fbf;hb=d21764d12bb799f89d42c94dc20d4adb6d588077;hpb=68042ddafe0e1a3498b6c7a57ec8d2d20f25650b diff --git a/src/dhcpv6.c b/src/dhcpv6.c index 425aee1..760f235 100644 --- a/src/dhcpv6.c +++ b/src/dhcpv6.c @@ -948,6 +948,7 @@ static int dhcpv6_handle_reply(enum dhcpv6_msg orig, _unused const int rc, odhcp6c_clear_state(STATE_S46_MAPE); odhcp6c_clear_state(STATE_S46_LW); odhcp6c_clear_state(STATE_PASSTHRU); + odhcp6c_clear_state(STATE_CUSTOM_OPTS); // Parse and find all matching IAs dhcpv6_for_each_option(opt, end, otype, olen, odata) {