Changeset 736 for branches/samba-3.5.x/source3/modules/vfs_default.c
- Timestamp:
- Nov 12, 2012, 5:38:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.5.x/source3/modules/vfs_default.c
r596 r736 1134 1134 1135 1135 #ifdef HAVE_KERNEL_OPLOCKS_LINUX 1136 /* first set the signal handler */1137 if(linux_set_lease_sighandler(fsp->fh->fd) == -1) {1138 return -1;1139 }1140 1141 1136 result = linux_setlease(fsp->fh->fd, leasetype); 1142 1137 #else
Note:
See TracChangeset
for help on using the changeset viewer.