We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549b411 commit 0f47e88Copy full SHA for 0f47e88
rmw_fastrtps_shared_cpp/src/rmw_init.cpp
@@ -43,7 +43,6 @@ rmw_init_options_init(
43
init_options->enclave = NULL;
44
init_options->domain_id = RMW_DEFAULT_DOMAIN_ID;
45
init_options->security_options = rmw_get_default_security_options();
46
- init_options->localhost_only = RMW_LOCALHOST_ONLY_DEFAULT;
47
init_options->discovery_options = rmw_get_zero_initialized_discovery_options();
48
return rmw_discovery_options_init(&(init_options->discovery_options), 0, &allocator);
49
}
0 commit comments