fixed WritePropertyMultiple handler for case of a write that fails. Thank you for the fix, Nikola Jelic.
This commit is contained in:
@@ -121,6 +121,7 @@ void handler_write_property_multiple(
|
|||||||
#endif
|
#endif
|
||||||
if (Device_Write_Property(&wp_data) == false) {
|
if (Device_Write_Property(&wp_data) == false) {
|
||||||
error = true;
|
error = true;
|
||||||
|
len = BACNET_STATUS_ERROR;
|
||||||
goto WPM_ABORT;
|
goto WPM_ABORT;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user