Ignore:
Timestamp:
May 27, 2009, 11:39:15 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/modules/vfs_default.c

    r232 r233  
    671671                times.actime = convert_timespec_to_time_t(ts[0]);
    672672                times.modtime = convert_timespec_to_time_t(ts[1]);
    673                 result = utime(path, times);
     673                result = utime(path, &times);
    674674        } else {
    675675                result = utime(path, NULL);
Note: See TracChangeset for help on using the changeset viewer.