Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/m2mnsdlinterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1728,7 +1728,7 @@ const String M2MNsdlInterface::internal_endpoint_name() const
// Get last part of the location path.
// In mbed Cloud environment full path is /rd/accountid/internal_endpoint
int location = temp.find_last_of('/') + 1;
iep.append((const char*)_nsdl_handle->ep_information_ptr->location_ptr + location,
iep.append_raw((const char*)_nsdl_handle->ep_information_ptr->location_ptr + location,
_nsdl_handle->ep_information_ptr->location_len - location);
}
return iep;
Expand Down