Ignore:
Timestamp:
May 24, 2009, 7:17:10 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 to 3.3.1

File:
1 edited

Legend:

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

    r206 r221  
    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.