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/PassphraseAuthenticator.cpp
- Revision:
- 38:bb6d2be4d54c
- Parent:
- 24:c92984bede9c
- Child:
- 91:179b5cb420de
--- a/source/PassphraseAuthenticator.cpp Tue Jun 14 19:56:47 2016 +0000 +++ b/source/PassphraseAuthenticator.cpp Tue Jun 14 20:18:30 2016 +0000 @@ -50,7 +50,7 @@ if (param != NULL) { // use parameters to extract the passphrase String object_name = param->get_argument_object_name(); - int instance_id = (int)param->get_argument_object_instance_id(); + // int instance_id = (int)param->get_argument_object_instance_id(); String resource_name = param->get_argument_resource_name(); string value = this->coapDataToString(param->get_argument_value(),param->get_argument_value_length()); input_passphrase = (char *)value.c_str();