Skip to content

Commit d9ea50f

Browse files
committed
exclude rcl_validate_enclave_name and rcl_get_security_options_from_environment from micro-ROS (#24)
Signed-off-by: Antón Casas <antoncasas@eprosima.com>
1 parent 8e8d4b5 commit d9ea50f

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
@@ -234,7 +234,6 @@ rcl_init(
234234
fail_ret = RCL_RET_BAD_ALLOC;
235235
goto fail;
236236
}
237-
#endif //RCL_MICROROS
238237

239238
int validation_result;
240239
size_t invalid_index;
@@ -266,6 +265,7 @@ rcl_init(
266265
fail_ret = ret;
267266
goto fail;
268267
}
268+
#endif //RCL_MICROROS
269269

270270
// Initialize rmw_init.
271271
rmw_ret_t rmw_ret = rmw_init(

0 commit comments

Comments
 (0)