Skip to content

Commit

Permalink
Refs #20543: Apply last(?) revision suggestion
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso committed Mar 12, 2024
1 parent 5f9bad4 commit 7af5a31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cpp/fastdds/domain/DomainParticipantFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,7 @@ DomainParticipant* DomainParticipantFactory::create_participant(

DomainParticipant* DomainParticipantFactory::create_participant_with_default_profile()
{
load_profiles();
return create_participant(default_domain_id_, default_participant_qos_, nullptr, StatusMask::none());
return create_participant_with_default_profile(nullptr, StatusMask::none());
}

DomainParticipant* DomainParticipantFactory::create_participant_with_default_profile(
Expand Down

0 comments on commit 7af5a31

Please sign in to comment.