- fixed - server send invalid response- when client uses wrong ctlModel (LIB61850-383) (#435)

pull/438/head
Michael Zillgith 3 years ago
parent edc1735916
commit b6867c9c88

@ -1872,7 +1872,7 @@ Control_readAccessControlObject(MmsMapping* self, MmsDomain* domain, char* varia
if (DEBUG_IED_SERVER)
printf("IED_SERVER: select not applicable for control model %u\n", controlObject->ctlModel);
value = controlObject->sbo;
value = &emptyString;
}
}

Loading…
Cancel
Save