Skip to content

Commit

Permalink
Refs #21295: Add missing guid conversion in the converter
Browse files Browse the repository at this point in the history
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
  • Loading branch information
elianalf committed Jul 23, 2024
1 parent b35640f commit e1958d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cpp/rtps/builtin/data/ProxyDataConverters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ void from_proxy_to_builtin(
from_proxy_to_builtin(proxy_data.m_guid.guidPrefix, builtin_data.key.value);

builtin_data.user_data = proxy_data.m_userData;
builtin_data.guid = proxy_data.m_guid;
builtin_data.metatraffic_locators = proxy_data.metatraffic_locators;
builtin_data.default_locators = proxy_data.default_locators;
builtin_data.participant_name = proxy_data.m_participantName;
Expand Down

0 comments on commit e1958d6

Please sign in to comment.