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