Changeset 736 for branches/samba-3.5.x/source3/modules
- Timestamp:
- Nov 12, 2012, 5:38:52 PM (13 years ago)
- Location:
- branches/samba-3.5.x/source3/modules
- Files:
-
- 2 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 -
branches/samba-3.5.x/source3/modules/vfs_gpfs.c
r599 r736 587 587 588 588 result = gpfs2smb_acl(pacl); 589 if (result == NULL) {590 goto done;589 if (result != NULL) { 590 errno = 0; 591 591 } 592 592
Note:
See TracChangeset
for help on using the changeset viewer.