aboutsummaryrefslogtreecommitdiffstats
path: root/guts/fchdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/fchdir.c')
-rw-r--r--guts/fchdir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/guts/fchdir.c b/guts/fchdir.c
index b255511..5289f4c 100644
--- a/guts/fchdir.c
+++ b/guts/fchdir.c
@@ -7,7 +7,7 @@
rc = real_fchdir(dirfd);
if (rc != -1) {
- pseudo_client_op(OP_CHDIR, -1, dirfd, 0, 0);
+ pseudo_client_op(OP_CHDIR, 0, -1, dirfd, 0, 0);
}
/* return rc;