From ad9f0cf2a32a9f68dd28b26cc9eb1a384e910804 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Tue, 11 Dec 2007 19:39:58 +0000 Subject: Released 1.9 --- sshfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sshfs.c') 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; } -- cgit v1.2.3