Skip to content

Commit

Permalink
Fix node:=__ns remapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Allen committed Jul 13, 2018
1 parent 1eac0e1 commit 0080a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcl/src/rcl/node.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ rcl_node_init(
}
char * remapped_namespace = NULL;
ret = rcl_remap_node_namespace(
&(node->impl->options.arguments), global_args, local_namespace_,
&(node->impl->options.arguments), global_args, name,
*allocator, &remapped_namespace);
if (RCL_RET_OK != ret) {
goto fail;
Expand Down

0 comments on commit 0080a20

Please sign in to comment.