- IEC 61850 server: fixed problem - wrong BRCB reservation after reservation timeout

pull/147/head
Michael Zillgith 7 years ago
parent 47f540a4f9
commit 71cace2ea6

@ -1622,6 +1622,7 @@ checkReservationTimeout(ReportControl* rc)
rc->reservationTimeout = 0; rc->reservationTimeout = 0;
updateOwner(rc, NULL); updateOwner(rc, NULL);
rc->reserved = false;
} }
} }
} }
@ -2042,8 +2043,9 @@ Reporting_RCBWriteAccessHandler(MmsMapping* self, ReportControl* rc, char* eleme
} }
} }
else else {
retVal = DATA_ACCESS_ERROR_TEMPORARILY_UNAVAILABLE; retVal = DATA_ACCESS_ERROR_TEMPORARILY_UNAVAILABLE;
}
exit_function: exit_function:

Loading…
Cancel
Save