Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: zhangzujian <[email protected]>
  • Loading branch information
zhangzujian committed Jan 20, 2024
1 parent 9cd933b commit 5355c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -2403,7 +2403,7 @@ netdev_get_addrs(const int ifindex, struct in6_addr **paddr,
mask_array = xmalloc(size);
if (list) {
memcpy(addr_array, list->addr_array, size);
memcpy(mask_array, list->addr_array, size);
memcpy(mask_array, list->mask_array, size);
}
ovs_mutex_unlock(&if_addr_list_lock);
if (paddr) {
Expand Down

0 comments on commit 5355c11

Please sign in to comment.