Skip to content

Commit

Permalink
Fixes #483 - Changes attribute_if back to instance_id
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Melik-Merkumians <[email protected]>
  • Loading branch information
MartinMelikMerkumians committed Oct 18, 2023
1 parent e22c115 commit c8c1fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/src/cip/cipconnectionmanager.c
Original file line number Diff line number Diff line change
Expand Up @@ -1590,7 +1590,7 @@ EipUint8 ParseConnectionPath(CipConnectionObject *connection_object,
sizeof(connection_object->produced_path) );
OPENER_TRACE_INFO(
"connection point %" PRIu32 "\n",
attribute_id);
instance_id);
if( NULL == GetCipInstance(class, instance_id) ) {
*extended_error =
kConnectionManagerExtendedStatusCodeInconsistentApplicationPathCombo;
Expand Down

0 comments on commit c8c1fc5

Please sign in to comment.