aboutsummaryrefslogtreecommitdiffstats
path: root/guts/symlinkat.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/symlinkat.c')
-rw-r--r--guts/symlinkat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/guts/symlinkat.c b/guts/symlinkat.c
index 577b1e7..ca12cd5 100644
--- a/guts/symlinkat.c
+++ b/guts/symlinkat.c
@@ -40,7 +40,7 @@
return rc;
}
/* just record the entry */
- pseudo_client_op(OP_SYMLINK, -1, dirfd, newpath, &buf);
+ pseudo_client_op(OP_SYMLINK, 0, -1, dirfd, newpath, &buf);
free(roldname);