Skip to content

Commit

Permalink
Fix for bug #194.
Browse files Browse the repository at this point in the history
Signed-off-by: David Navarro <david.navarro@intel.com>
  • Loading branch information
David Navarro committed Jul 21, 2016
1 parent db727f3 commit af7b094
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/data.c
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ size_t lwm2m_data_serialize(lwm2m_uri_t * uriP,
|| *formatP == LWM2M_CONTENT_OPAQUE)
{
if (size != 1
|| !LWM2M_URI_IS_SET_RESOURCE(uriP)
|| dataP->type == LWM2M_TYPE_OBJECT
|| dataP->type == LWM2M_TYPE_OBJECT_INSTANCE
|| dataP->type == LWM2M_TYPE_MULTIPLE_RESOURCE)
Expand Down

0 comments on commit af7b094

Please sign in to comment.