aboutsummaryrefslogtreecommitdiffstats
path: root/guts/unlinkat.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/unlinkat.c')
-rw-r--r--guts/unlinkat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/guts/unlinkat.c b/guts/unlinkat.c
index 1c2868a..4f5b363 100644
--- a/guts/unlinkat.c
+++ b/guts/unlinkat.c
@@ -35,7 +35,7 @@
rc = real_unlinkat(dirfd, path, rflags);
#endif
if (rc != -1) {
- pseudo_client_op(OP_UNLINK, -1, dirfd, path, &buf);
+ pseudo_client_op(OP_UNLINK, 0, -1, dirfd, path, &buf);
}
/* return rc;