mbed Connector Interface simplification API on top of mbed-client
Fork of mbedConnectorInterfaceV3 by
NOTE:
This repo has been replaced with https://github.com/ARMmbed/mbedConnectorInterface. No further updates will occur with this repo. Please use the github repo instead. Thanks!
Diff: source/mbedEndpointNetwork.cpp
- Revision:
- 81:a2441163a06e
- Parent:
- 78:7fdf3322de58
- Child:
- 94:25ce0592620f
--- a/source/mbedEndpointNetwork.cpp Fri Nov 04 22:40:30 2016 +0000 +++ b/source/mbedEndpointNetwork.cpp Fri Nov 04 23:18:57 2016 +0000 @@ -230,7 +230,7 @@ #ifdef ENABLE_MBED_CLOUD_SUPPORT ep->register_endpoint(NULL,ep->getEndpointObjectList()); #else - ep->register_endpoint(ep->getEndpointSecurity(),ep->getEndpointObjectList()); + ep->register_endpoint(ep->getSecurityInstance(),ep->getEndpointObjectList()); #endif // Begin the endpoint's main loop