Corrected error response service type. Thank you, Martin!

This commit is contained in:
skarg
2011-01-12 19:51:52 +00:00
parent 9492b49c15
commit 46cdade038
+1 -1
View File
@@ -156,7 +156,7 @@ void handler_atomic_write_file(
if (error) { if (error) {
len = len =
bacerror_encode_apdu(&Handler_Transmit_Buffer[pdu_len], bacerror_encode_apdu(&Handler_Transmit_Buffer[pdu_len],
service_data->invoke_id, SERVICE_CONFIRMED_ATOMIC_READ_FILE, service_data->invoke_id, SERVICE_CONFIRMED_ATOMIC_WRITE_FILE,
error_class, error_code); error_class, error_code);
} }
AWF_ABORT: AWF_ABORT: