Skip to content

Commit ccdf9fa

Browse files
mergify[bot]4ntn
authored andcommitted
exclude rcl_validate_enclave_name and rcl_get_security_options_from_environment from micro-ROS (#24) (#25)
Signed-off-by: Antón Casas <antoncasas@eprosima.com> (cherry picked from commit 7fbf5b9) Co-authored-by: Antón Casas <antoncasas@eprosima.com>
1 parent 2edcff4 commit ccdf9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rcl/src/rcl/init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ rcl_init(
277277
fail_ret = RCL_RET_BAD_ALLOC;
278278
goto fail;
279279
}
280-
#endif //RCL_MICROROS
281280

282281
int validation_result;
283282
size_t invalid_index;
@@ -309,6 +308,7 @@ rcl_init(
309308
fail_ret = ret;
310309
goto fail;
311310
}
311+
#endif //RCL_MICROROS
312312

313313
// Initialize rmw_init.
314314
rmw_ret_t rmw_ret = rmw_init(

0 commit comments

Comments
 (0)