.apptype = TBT_APP_NSD_SSDP_REMOTE,
.icon_name = "dummy",
.info = "1. Connect test device to a <b>Wi-Fi network</b> same as <b>DNS-SD Local</b> module connected in.<br/>"
- "2. “dnssd initialized” will be shown in bottom list.<br/>"
- "3. Press <b>Add Record</b> button. Then, “local service registered” will be seen in bottom list and in top list added text with key value pair will be seen.",
+ "2. “ssdp initialized” will be shown in bottom list.<br/>"
+ "3. Press <b>Add Service</b> button. Then, “service created” will be seen in bottom list and in top list added url, usn will be seen.",
.result = 0,
.required_features_count = 1,
.features_required = {FEATURE_NETWORK_SERVICE_DISCOVERY_SSDP}
while (cur != NULL) {
if ((!xmlStrcmp(cur->name, (const xmlChar *)tag))) {
key = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
+ if(!key) {
+ return NULL;
+ }
str = strdup((char*)key);
xmlFree(key);
}