summaryrefslogtreecommitdiff
path: root/src/driver/tpax_unit_ctx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/tpax_unit_ctx.c')
-rw-r--r--src/driver/tpax_unit_ctx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/driver/tpax_unit_ctx.c b/src/driver/tpax_unit_ctx.c
index a94bf05..0f0bd98 100644
--- a/src/driver/tpax_unit_ctx.c
+++ b/src/driver/tpax_unit_ctx.c
@@ -55,7 +55,8 @@ int tpax_get_unit_ctx(
}
if (S_ISLNK(ctx->st.st_mode)) {
- if (tpax_readlink(
+ if (tpax_readlinkat(
+ tpax_driver_fdcwd(dctx),
path,ctx->linkbuf,
sizeof(ctx->linkbuf)) < 0) {
free(ctx);