summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flowtop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flowtop.c b/flowtop.c
index e67859c..43d770e 100644
--- a/flowtop.c
+++ b/flowtop.c
@@ -577,7 +577,7 @@ static void flow_entry_get_sain6_obj(struct flow_entry *n,
sa->sin6_family = PF_INET6;
memcpy(&sa->sin6_addr, SELFLD(dir, ip6_src_addr, ip6_dst_addr),
- sizeof(SELFLD(dir, ip6_src_addr, ip6_dst_addr)));
+ sizeof(sa->sin6_addr));
}
static void
output") Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Martin Sperl <kernel@martin.sperl.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')