]> git.decadent.org.uk Git - odhcp6c.git/blobdiff - src/odhcp6c.c
Merge branch 'bugfix' into hnet
[odhcp6c.git] / src / odhcp6c.c
index 88f2ae5c7228c1b51e5781fdeb075c4ed4dc99a8..3e989a2d39c40031c59585d5b384fe146b37f3dc 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));
                }