Changeset 233 for branches/samba-3.2.x/source/modules/vfs_default.c
- Timestamp:
- May 27, 2009, 11:39:15 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/modules/vfs_default.c
r232 r233 671 671 times.actime = convert_timespec_to_time_t(ts[0]); 672 672 times.modtime = convert_timespec_to_time_t(ts[1]); 673 result = utime(path, times);673 result = utime(path, ×); 674 674 } else { 675 675 result = utime(path, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.