summaryrefslogtreecommitdiff
path: root/src/odhcp6c.c
diff options
context:
space:
mode:
authorMarkus Stenberg <markus.stenberg@iki.fi>2013-03-26 15:12:50 +0200
committerMarkus Stenberg <markus.stenberg@iki.fi>2013-03-26 15:12:50 +0200
commit4ad21618ad863b5f590ed00f2c7677605a98e39f (patch)
tree6ca1436713b1fc9b9562824b2290030b1e6c7498 /src/odhcp6c.c
parent9e52c4de4476a99129b4ab2402898dd9af92e86c (diff)
downloadodhcp6c-4ad21618ad863b5f590ed00f2c7677605a98e39f.tar.gz
First hnet-based version.
Diffstat (limited to 'src/odhcp6c.c')
-rw-r--r--src/odhcp6c.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/odhcp6c.c b/src/odhcp6c.c
index 6451312..64d363f 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));
}