summaryrefslogtreecommitdiff
path: root/source3/smbd/dosmode.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-07-30 14:27:32 -0700
committerJeremy Allison <jra@samba.org>2009-07-30 14:27:32 -0700
commitfc4e21bdae298095e7ab904fdec657f97743bfe7 (patch)
tree3a61579128dd0e2e364f8bd2fb5623edd1acf479 /source3/smbd/dosmode.c
parent65165433ecb95a697442fd88723036605ea21186 (diff)
downloadsamba-fc4e21bdae298095e7ab904fdec657f97743bfe7.tar.gz
samba-fc4e21bdae298095e7ab904fdec657f97743bfe7.tar.bz2
samba-fc4e21bdae298095e7ab904fdec657f97743bfe7.zip
Tidy up treatment of ctime.
Jeremy.
Diffstat (limited to 'source3/smbd/dosmode.c')
-rw-r--r--source3/smbd/dosmode.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/smbd/dosmode.c b/source3/smbd/dosmode.c
index bd0c7df959..535532d07a 100644
--- a/source3/smbd/dosmode.c
+++ b/source3/smbd/dosmode.c
@@ -760,6 +760,8 @@ int file_ntimes(connection_struct *conn, const struct smb_filename *smb_fname,
time_to_asc(convert_timespec_to_time_t(ft->atime))));
DEBUG(6, ("file_ntime: modtime: %s",
time_to_asc(convert_timespec_to_time_t(ft->mtime))));
+ DEBUG(6, ("file_ntime: ctime: %s",
+ time_to_asc(convert_timespec_to_time_t(ft->ctime))));
DEBUG(6, ("file_ntime: createtime: %s",
time_to_asc(convert_timespec_to_time_t(ft->create_time))));