Microsoft Azure IoTHub client libraries
Dependents: sht15_remote_monitoring RobotArmDemo iothub_client_sample_amqp f767zi_mqtt ... more
This library implements the Microsoft Azure IoTHub client library. The code is replicated from https://github.com/Azure/azure-iot-sdks
Diff: iothub_client_ll.c
- Revision:
- 34:578a1a3636cc
- Parent:
- 33:b372b0efcd20
- Child:
- 36:67300d5a4c1f
diff -r b372b0efcd20 -r 578a1a3636cc iothub_client_ll.c --- a/iothub_client_ll.c Thu Jan 28 12:38:46 2016 -0800 +++ b/iothub_client_ll.c Thu Feb 04 11:28:52 2016 -0800 @@ -83,7 +83,6 @@ config->deviceKey = NULL; /* Codes_SRS_IOTHUBCLIENT_LL_04_002: [If it does not, it shall pass the protocolGatewayHostName NULL.] */ config->protocolGatewayHostName = NULL; - config->io_transport_provider_callback = NULL; if ((connString = STRING_construct(connectionString)) == NULL) {