Changeset 232 for branches/samba-3.2.x/source/modules/vfs_default.c
- Timestamp:
- May 27, 2009, 9:09:42 AM (17 years ago)
- File:
-
- 1 edited
-
branches/samba-3.2.x/source/modules/vfs_default.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/modules/vfs_default.c
r141 r232 715 715 return sys_ftruncate(fsp->fh->fd, len); 716 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 717 731 /* Write out the real space on disk. */ 718 732 if (SMB_VFS_LSEEK(fsp, st.st_size, SEEK_SET) != st.st_size)
Note:
See TracChangeset
for help on using the changeset viewer.
