- IED server: make compatible with tissue 1178

pull/298/head
Michael Zillgith 5 years ago
parent 57656bdfb5
commit f4ee87e486

@ -472,8 +472,8 @@ ControlObject_initialize(ControlObject* self)
updateSboTimeoutValue(self);
if (self->sbo) {
char* controlObjectReference = StringUtils_createStringInBuffer(strBuf, 6, self->mmsDomain->domainName,
"/", self->lnName, "$CO$", self->name, "$SBO");
char* controlObjectReference = StringUtils_createStringInBuffer(strBuf, 5, self->mmsDomain->domainName,
"/", self->lnName, "$CO$", self->name);
MmsValue_setVisibleString(self->sbo, controlObjectReference);
}

Loading…
Cancel
Save