summaryrefslogtreecommitdiffstats
path: root/proto/radv/radv.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto/radv/radv.c')
-rw-r--r--proto/radv/radv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/radv/radv.c b/proto/radv/radv.c
index 42d4bff..d6fc8da 100644
--- a/proto/radv/radv.c
+++ b/proto/radv/radv.c
@@ -328,7 +328,7 @@ radv_copy_config(struct proto_config *dest, struct proto_config *src)
init_list(&d->patt_list);
/* We copy pref_list, shallow copy suffices */
- cfg_copy_list(&d->iface_list, &s->iface_list, sizeof(struct iface_patt));
+ cfg_copy_list(&d->pref_list, &s->pref_list, sizeof(struct radv_prefix_config));
}