diff options
Diffstat (limited to 'CAN-binder/low-can-binding/diagnostic/diagnostic-manager.cpp')
-rw-r--r-- | CAN-binder/low-can-binding/diagnostic/diagnostic-manager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CAN-binder/low-can-binding/diagnostic/diagnostic-manager.cpp b/CAN-binder/low-can-binding/diagnostic/diagnostic-manager.cpp index eb9a3441..36413d95 100644 --- a/CAN-binder/low-can-binding/diagnostic/diagnostic-manager.cpp +++ b/CAN-binder/low-can-binding/diagnostic/diagnostic-manager.cpp @@ -558,7 +558,7 @@ openxc_VehicleMessage diagnostic_manager_t::relay_diagnostic_response(active_dia } // Reset the completed flag handle to make sure that it will be reprocessed the next time. - adr->get_handle()->completed = false; + adr->get_handle()->success = false; return message; } |