]> git.decadent.org.uk Git - odhcp6c.git/blobdiff - src/odhcp6c.c
First hnet-based version.
[odhcp6c.git] / src / odhcp6c.c
index 645131252a2f9f10c0e19aa136dac61bb6a62855..64d363f46b9d21210d12c40fa72104a04848c5e0 100644 (file)
@@ -427,6 +427,7 @@ void odhcp6c_update_entry_safe(enum odhcp6c_state state, struct odhcp6c_entry *n
                if (x) {
                        x->valid = new->valid;
                        x->preferred = new->preferred;
+                        x->prefix_class = new->prefix_class;
                } else {
                        odhcp6c_add_state(state, new, sizeof(*new));
                }