Skip to content

Commit

Permalink
Remove localhost only
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Garrido <[email protected]>
  • Loading branch information
pablogs9 committed Jul 30, 2024
1 parent eca20d4 commit c42e123
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rmw_microxrcedds_c/src/rmw_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ rmw_init_options_init(
init_options->enclave = "/";
init_options->domain_id = 0;
init_options->security_options = rmw_get_default_security_options();
init_options->localhost_only = RMW_LOCALHOST_ONLY_DEFAULT;

// This can be call before rmw_init()
rmw_uxrce_init_init_options_impl_memory(
Expand Down

0 comments on commit c42e123

Please sign in to comment.