summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-07-30 13:16:40 -0700
committerJeremy Allison <jra@samba.org>2009-07-30 13:16:40 -0700
commit84bfd7395c48783fd6fca19effa12561217f65ec (patch)
treed0a56a6b53ec4c535ec0c39e6557bab73d3fd917 /source3/include/smb.h
parente411ec6a8af13ff9213b27212a4bed2db651585d (diff)
downloadsamba-84bfd7395c48783fd6fca19effa12561217f65ec.tar.gz
samba-84bfd7395c48783fd6fca19effa12561217f65ec.tar.bz2
samba-84bfd7395c48783fd6fca19effa12561217f65ec.zip
Remove the extraneous logic in smb_set_info_standard - we
do the time twiddling logic at the smb_set_file_time level. Jeremy.
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 11927443bd..819d3a8c4f 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -1895,6 +1895,7 @@ struct smb_extended_info {
struct smb_file_time {
struct timespec mtime;
struct timespec atime;
+ struct timespec ctime;
struct timespec create_time;
};