Skip to content

Commit fd31c61

Browse files
committed
Fix pdata guid access to 3.1.x
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
1 parent 63f72fd commit fd31c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpp/rtps/builtin/discovery/participant/PDPServer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1627,7 +1627,7 @@ void PDPServer::send_own_pdp(
16271627
std::vector<GUID_t> remote_readers;
16281628
LocatorList locators;
16291629

1630-
remote_readers.emplace_back(pdata->guid.guidPrefix, c_EntityId_SPDPReader);
1630+
remote_readers.emplace_back(pdata->m_guid.guidPrefix, c_EntityId_SPDPReader);
16311631

16321632
for (auto& locator : pdata->metatraffic_locators.unicast)
16331633
{

0 commit comments

Comments
 (0)