From 84bfd7395c48783fd6fca19effa12561217f65ec Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 30 Jul 2009 13:16:40 -0700 Subject: Remove the extraneous logic in smb_set_info_standard - we do the time twiddling logic at the smb_set_file_time level. Jeremy. --- source3/include/smb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') 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; }; -- cgit