summaryrefslogtreecommitdiff
path: root/src/odhcp6c.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/odhcp6c.c')
-rw-r--r--src/odhcp6c.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/odhcp6c.c b/src/odhcp6c.c
index 3712830..a37de91 100644
--- a/src/odhcp6c.c
+++ b/src/odhcp6c.c
@@ -395,6 +395,8 @@ int main(_unused int argc, char* const argv[])
break;
}
+ odhcp6c_expire();
+
size_t ia_pd_len, ia_na_len, server_id_len;
odhcp6c_get_state(STATE_IA_PD, &ia_pd_len);
odhcp6c_get_state(STATE_IA_NA, &ia_na_len);