Skip to content

Commit

Permalink
cirrus-ci: debug handle_from_name
Browse files Browse the repository at this point in the history
Signed-off-by: Juergen Repp <juergen_repp@web.de>
  • Loading branch information
JuergenReppSIT committed Oct 20, 2024
1 parent f64ec26 commit 81dab14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tss2-tcti/tctildr-dl.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ handle_from_name(const char *file,
LOG_ERROR("TCTI name truncated in transform.");
return TSS2_TCTI_RC_BAD_VALUE;
}
LOG_ERROR("XXXXXXXXXXXXX %s %s", file, file_xfrm);
*handle = dlopen(file_xfrm, RTLD_NOW);
if (*handle != NULL) {
return TSS2_RC_SUCCESS;
Expand Down

0 comments on commit 81dab14

Please sign in to comment.