Skip to content

Commit

Permalink
Correct rebasing error
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
  • Loading branch information
ivanpauno committed Jan 28, 2020
1 parent 92ec502 commit b6a7608
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rmw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ set(rmw_sources
"src/init_options.c"
"src/loaned_message_sequence.c"
"src/names_and_types.c"
"src/node_security_options.c"
"src/security_options.c"
"src/publisher_options.c"
"src/sanity_checks.c"
"src/security_options.c"
Expand Down
3 changes: 2 additions & 1 deletion rmw/src/security_options.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ rmw_get_default_security_options()
{
rmw_security_options_t default_options = {
RMW_SECURITY_ENFORCEMENT_PERMISSIVE,
NULL};
NULL,
};
return default_options;
}

Expand Down

0 comments on commit b6a7608

Please sign in to comment.