diff --git a/blobmsg.c b/blobmsg.c index 7620784..8b9877d 100644 --- a/blobmsg.c +++ b/blobmsg.c @@ -114,7 +114,7 @@ bool blobmsg_check_attr_len(const struct blob_attr *attr, bool name, size_t len) int blobmsg_check_array(const struct blob_attr *attr, int type) { - return blobmsg_check_array_len(attr, type, blobmsg_len(attr)); + return blobmsg_check_array_len(attr, type, blob_len(attr)); } int blobmsg_check_array_len(const struct blob_attr *attr, int type, size_t len)