X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=src%2Fodhcp6c.c;h=3e989a2d39c40031c59585d5b384fe146b37f3dc;hb=fa2696854e200258d266e8655b65259e9117a050;hp=88f2ae5c7228c1b51e5781fdeb075c4ed4dc99a8;hpb=85cdc08d7249ec8f6d2e0b94ea3cd5ff2ee141ad;p=odhcp6c.git diff --git a/src/odhcp6c.c b/src/odhcp6c.c index 88f2ae5..3e989a2 100644 --- a/src/odhcp6c.c +++ b/src/odhcp6c.c @@ -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)); }