Ignore:
Timestamp:
Jul 11, 2008, 1:13:42 AM (17 years ago)
Author:
Paul Smedley
Message:

Update branch to 3.0.31 release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/lib/system.c

    r124 r140  
    825825                        /* Linux has CAP_MKNOD for DMAPI access. */
    826826                        cap_vals[num_cap_vals++] = CAP_MKNOD;
     827#endif
     828                        break;
     829                case LEASE_CAPABILITY:
     830#ifdef CAP_LEASE
     831                        cap_vals[num_cap_vals++] = CAP_LEASE;
    827832#endif
    828833                        break;
Note: See TracChangeset for help on using the changeset viewer.