summaryrefslogtreecommitdiffstats
path: root/src/stkutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stkutil.c')
-rw-r--r--src/stkutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stkutil.c b/src/stkutil.c
index 3c792ff6..43c06cd2 100644
--- a/src/stkutil.c
+++ b/src/stkutil.c
@@ -1202,7 +1202,7 @@ static gboolean parse_dataobj_other_address(
data = comprehension_tlv_iter_get_data(iter);
oa->type = data[0];
- memcpy(oa->addr, data + 1, len - 1);
+ memcpy(&oa->addr, data + 1, len - 1);
return TRUE;
}