MBED_DEMOS / Mbed 2 deprecated mbed_mqtt_endpoint_ublox_cellular

Dependencies:   C027_Support C12832 StatusReporter LM75B MQTT-ansond c027_radios endpoint_core endpoint_mqtt mbed-rtos mbed

Revision:
162:c9e9926cdc79
Parent:
161:eea2bbfbb387
Child:
163:392f89530162
--- a/MQTTTransport.cpp	Fri Mar 21 05:33:18 2014 +0000
+++ b/MQTTTransport.cpp	Fri Mar 21 05:44:05 2014 +0000
@@ -169,10 +169,12 @@
                  if (message_value != NULL && strcmp(message_value,IOC_ENDPOINT_ALL_VERB) == 0) {   // all
                     // load up our endpoints
                     endpoint->loadEndpoints();
+                    endpoint->updateEndpoints();
                  }
                  else if (message_value != NULL && strcmp(message_value,this->m_endpoint_name) == 0) {
                     // load up our endpoints (us only)
                     endpoint->loadEndpoints();
+                    endpoint->updateEndpoints();
                  }
              }