Ignore:
Timestamp:
Aug 5, 2009, 6:34:45 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.0 to final 3.0.36 (source)

File:
1 edited

Legend:

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

    r124 r312  
    636636                times.actime = convert_timespec_to_time_t(ts[0]);
    637637                times.modtime = convert_timespec_to_time_t(ts[1]);
    638                 result = utime(path, times);
     638                result = utime(path, &times);
    639639        }
    640640#else
Note: See TracChangeset for help on using the changeset viewer.