Skip to content

Commit c2524f5

Browse files
Allow pkcs11 when calling rmw_dds_common::get_security_files. (#565)
Signed-off-by: Miguel Company <[email protected]> Co-authored-by: Miguel Company <[email protected]>
1 parent c0dab2d commit c2524f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rmw_fastrtps_shared_cpp/src/participant.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ rmw_fastrtps_shared_cpp::create_participant(
319319
#if HAVE_SECURITY
320320
std::unordered_map<std::string, std::string> security_files_paths;
321321
if (rmw_dds_common::get_security_files(
322-
"file://", security_options->security_root_path, security_files_paths))
322+
true, "file://", security_options->security_root_path, security_files_paths))
323323
{
324324
eprosima::fastrtps::rtps::PropertyPolicy property_policy;
325325
property_policy.properties().emplace_back(

0 commit comments

Comments
 (0)