|
|
@@ -373,7 +373,7 @@ EipStatus ForwardOpen(CipInstance *instance,
|
|
|
}
|
|
|
|
|
|
/*parsing is now finished all data is available and check now establish the connection */
|
|
|
- ConnectionManagementHandling * connection_management_entry = GetConnectionManagementEntry(
|
|
|
+ ConnectionManagementHandling *connection_management_entry = GetConnectionManagementEntry(
|
|
|
g_dummy_connection_object.connection_path.class_id);
|
|
|
if (NULL != connection_management_entry) {
|
|
|
temp = connection_management_entry->open_connection_function(
|