X-Git-Url: https://git.decadent.org.uk/gitweb/?p=odhcp6c.git;a=blobdiff_plain;f=src%2Fodhcp6c.c;h=b2c6b9815558f14c54aee130821f859e820588e9;hp=38b8e82fe9560b421c634bf2ee631a0a03e92904;hb=9c409ef5ce654ed5dd3ce706317eaac718a22983;hpb=d19d55cec4083b942a9e13a188659c7097d659d2 diff --git a/src/odhcp6c.c b/src/odhcp6c.c index 38b8e82..b2c6b98 100644 --- a/src/odhcp6c.c +++ b/src/odhcp6c.c @@ -459,6 +459,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)); }