Skip to content

Commit

Permalink
Refs #16328: Fix BlackboxTests_DDS_PIM.DDSDiscovery.AddDiscoveryServe…
Browse files Browse the repository at this point in the history
…rToList when compiling with Statistics

Signed-off-by: Eduardo Ponz <[email protected]>
  • Loading branch information
EduPonz committed Dec 7, 2022
1 parent 476470b commit bcb24f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/blackbox/api/dds-pim/PubSubParticipant.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ class PubSubParticipant

if (participant_ != nullptr)
{
participant_qos_ = participant_->get_qos();
type_.reset(new type_support());
participant_->register_type(type_);
return true;
Expand Down

0 comments on commit bcb24f1

Please sign in to comment.