summaryrefslogtreecommitdiffstats
path: root/glustolibs-gluster/glustolibs/gluster
diff options
context:
space:
mode:
Diffstat (limited to 'glustolibs-gluster/glustolibs/gluster')
-rwxr-xr-xglustolibs-gluster/glustolibs/gluster/glusterfile.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/glustolibs-gluster/glustolibs/gluster/glusterfile.py b/glustolibs-gluster/glustolibs/gluster/glusterfile.py
index a7ddba56b..c057400d5 100755
--- a/glustolibs-gluster/glustolibs/gluster/glusterfile.py
+++ b/glustolibs-gluster/glustolibs/gluster/glusterfile.py
@@ -260,8 +260,8 @@ def get_file_stat(host, fqpath):
stat_data["uid"] = uid
stat_data["gid"] = gid
stat_data["atime"] = atime
- stat_data["mtime"] = atime
- stat_data["ctime"] = atime
+ stat_data["mtime"] = mtime
+ stat_data["ctime"] = ctime
stat_data["epoch_atime"] = epoch_atime
stat_data["epoch_mtime"] = epoch_mtime
stat_data["epoch_ctime"] = epoch_ctime