aboutsummaryrefslogtreecommitdiffstats
path: root/src/abis_nm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/abis_nm.c')
-rw-r--r--src/abis_nm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/abis_nm.c b/src/abis_nm.c
index 6909f7828..0107c294e 100644
--- a/src/abis_nm.c
+++ b/src/abis_nm.c
@@ -365,7 +365,7 @@ static const struct tlv_definition nm_att_tlvdef = {
int abis_nm_tlv_parse(struct tlv_parsed *tp, const u_int8_t *buf, int len)
{
- return tlv_parse(tp, &nm_att_tlvdef, buf, len);
+ return tlv_parse(tp, &nm_att_tlvdef, buf, len, 0, 0);
}
static int is_in_arr(enum abis_nm_msgtype mt, const enum abis_nm_msgtype *arr, int size)