|
|
@ -141,6 +141,8 @@ mmsServer_handleDeleteNamedVariableListRequest(MmsServerConnection connection,
|
|
|
|
|
|
|
|
|
|
|
|
MmsDomain* domain = MmsDevice_getDomain(device, domainName);
|
|
|
|
MmsDomain* domain = MmsDevice_getDomain(device, domainName);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (domain != NULL) {
|
|
|
|
|
|
|
|
|
|
|
|
MmsNamedVariableList variableList = MmsDomain_getNamedVariableList(domain, listName);
|
|
|
|
MmsNamedVariableList variableList = MmsDomain_getNamedVariableList(domain, listName);
|
|
|
|
|
|
|
|
|
|
|
|
if (variableList != NULL) {
|
|
|
|
if (variableList != NULL) {
|
|
|
@ -153,6 +155,7 @@ mmsServer_handleDeleteNamedVariableListRequest(MmsServerConnection connection,
|
|
|
|
numberDeleted++;
|
|
|
|
numberDeleted++;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else if (request->listOfVariableListName->list.array[i]->present == ObjectName_PR_aaspecific) {
|
|
|
|
else if (request->listOfVariableListName->list.array[i]->present == ObjectName_PR_aaspecific) {
|
|
|
|