mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
16 lines
679 B
Diff
16 lines
679 B
Diff
Index: obuspa-10.0.0.1/src/core/device_uds.c
|
|
===================================================================
|
|
--- obuspa-10.0.0.1.orig/src/core/device_uds.c
|
|
+++ obuspa-10.0.0.1/src/core/device_uds.c
|
|
@@ -183,10 +183,7 @@ int DEVICE_UDS_Start(void)
|
|
USP_SNPRINTF(path, sizeof(path), "%s.%d", device_uds_conn_root, instance);
|
|
USP_LOG_Warning("%s: Deleting %s as it contained invalid parameters.", __FUNCTION__, path);
|
|
err = DATA_MODEL_DeleteInstance(path, 0);
|
|
- if (err != USP_ERR_OK)
|
|
- {
|
|
- goto exit;
|
|
- }
|
|
+ goto exit;
|
|
}
|
|
|
|
ucp = FindUdsParamsByInstance(instance);
|