dhcpv6: add support for null IA_PD valid lifetime
[project/odhcp6c.git] / src / ra.c
index 4e6dd64b2c4e119500e16b3b1a66d1522838609f..01a8b721d719f0e0e545a3ca7471c47490597969 100644 (file)
--- a/src/ra.c
+++ b/src/ra.c
@@ -410,7 +410,7 @@ bool ra_process(void)
                        continue;
 
                if (!found) {
-                       odhcp6c_expire();
+                       odhcp6c_expire(false);
                        found = true;
                }
 
@@ -570,7 +570,7 @@ bool ra_process(void)
        }
 
        if (found)
-               odhcp6c_expire();
+               odhcp6c_expire(false);
 
        return found && changed;
 }