]> git.decadent.org.uk Git - odhcp6c.git/blobdiff - src/odhcp6c.c
Merge branch 'master' into hnet
[odhcp6c.git] / src / odhcp6c.c
index df89eb9baeb68c050b620e3541cfd27eccb6d719..6da604728c4f330d446e10c5c0e941c6ce529d65 100644 (file)
@@ -439,6 +439,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));
                }