Skip to content

Commit

Permalink
Fix wrongly committed lines
Browse files Browse the repository at this point in the history
  • Loading branch information
iguessthislldo committed Feb 5, 2024
1 parent 4a3594f commit 9266ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dds_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ bool DDSManager::joinDomain(const int& domainID, const std::string& config, std:
newRtpsTransport->multicast_group_address(defaultRtpsTransport->multicast_group_address(
#if OPENDDS_VERSION_AT_LEAST(3, 27, 0)
domainID
#else
#endif
));
newRtpsTransport->multicast_interface_ = (defaultRtpsTransport->multicast_interface_);
newRtpsTransport->nak_depth_ = defaultRtpsTransport->nak_depth_;
Expand Down

0 comments on commit 9266ca6

Please sign in to comment.