fixed WritePropertyMultiple handler for case of a write that fails. Thank you for the fix, Nikola Jelic.

This commit is contained in:
skarg
2013-03-13 14:23:39 +00:00
parent 0fa3fb5a76
commit 53ee7a782c
+1
View File
@@ -121,6 +121,7 @@ void handler_write_property_multiple(
#endif
if (Device_Write_Property(&wp_data) == false) {
error = true;
len = BACNET_STATUS_ERROR;
goto WPM_ABORT;
}
} else {