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

pull/244/head
Michael Zillgith 5 years ago
parent c9e7a30c42
commit b58394c2f2

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

Loading…
Cancel
Save