diff --git a/ddspipe_participants/src/cpp/participant/rtps/DiscoveryServerParticipant.cpp b/ddspipe_participants/src/cpp/participant/rtps/DiscoveryServerParticipant.cpp index 2aa6036d..87bea8ca 100644 --- a/ddspipe_participants/src/cpp/participant/rtps/DiscoveryServerParticipant.cpp +++ b/ddspipe_participants/src/cpp/participant/rtps/DiscoveryServerParticipant.cpp @@ -254,7 +254,6 @@ DiscoveryServerParticipant::reckon_participant_attributes_( auto descriptor_tmp = create_descriptor( configuration->whitelist); - // descriptor_tmp->interfaceWhiteList.push_back(address.ip()); descriptor = descriptor_tmp; } @@ -271,7 +270,6 @@ DiscoveryServerParticipant::reckon_participant_attributes_( auto descriptor_tmp = create_descriptor( configuration->whitelist); - // descriptor_tmp->interfaceWhiteList.push_back(address.ip()); descriptor = descriptor_tmp; } @@ -288,8 +286,6 @@ DiscoveryServerParticipant::reckon_participant_attributes_( auto descriptor_tmp = create_descriptor( configuration->whitelist); - descriptor_tmp->add_listener_port(0); - // descriptor_tmp->interfaceWhiteList.push_back(address.ip()); // Enable TLS if (tls_config.is_active()) @@ -314,8 +310,6 @@ DiscoveryServerParticipant::reckon_participant_attributes_( auto descriptor_tmp = create_descriptor( configuration->whitelist); - // descriptor_tmp->add_listener_port(0); - descriptor_tmp->interfaceWhiteList.push_back(address.ip()); // Enable TLS if (tls_config.is_active())