diff options
author | Jeremy Allison <jra@samba.org> | 2009-07-30 13:16:40 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-07-30 13:16:40 -0700 |
commit | 84bfd7395c48783fd6fca19effa12561217f65ec (patch) | |
tree | d0a56a6b53ec4c535ec0c39e6557bab73d3fd917 /source3/include | |
parent | e411ec6a8af13ff9213b27212a4bed2db651585d (diff) | |
download | samba-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')
-rw-r--r-- | source3/include/smb.h | 1 |
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; }; |