Ignore:
Timestamp:
Nov 12, 2012, 5:38:52 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: update branche to 3.5.16

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/source3/modules/vfs_default.c

    r596 r736  
    11341134
    11351135#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 
    11411136        result = linux_setlease(fsp->fh->fd, leasetype);
    11421137#else
Note: See TracChangeset for help on using the changeset viewer.