- IEC 61850 client: fixed bug - IedConnection_setRCBValuesAsync always return 0 instead of invoke-ID

pull/246/head
Michael Zillgith 5 years ago
parent de6886c6f3
commit 69d93f398c

@ -999,6 +999,9 @@ IedConnection_setRCBValuesAsync(IedConnection self, IedClientError* error, Clien
if (err != MMS_ERROR_NONE) {
iedConnection_releaseOutstandingCall(self, call);
}
else {
invokeId = call->invokeId;
}
goto exit_function;
}

Loading…
Cancel
Save