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