aboutsummaryrefslogtreecommitdiff
path: root/sshfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshfs.c')
-rw-r--r--sshfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshfs.c b/sshfs.c
index 5565a4d..d2c7605 100644
--- a/sshfs.c
+++ b/sshfs.c
@@ -604,7 +604,7 @@ static int buf_get_attrs(struct buffer *buf, struct stat *stbuf, int *flagsp)
stbuf->st_uid = uid;
stbuf->st_gid = gid;
stbuf->st_atime = atime;
- stbuf->st_mtime = mtime;
+ stbuf->st_ctime = stbuf->st_mtime = mtime;
return 0;
}