Ignore:
Timestamp:
Jun 22, 2008, 3:30:02 AM (17 years ago)
Author:
Paul Smedley
Message:

Update trunk to 3.2.0rc2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/lib/system.c

    r133 r137  
    784784                        /* Linux has CAP_MKNOD for DMAPI access. */
    785785                        cap_vals[num_cap_vals++] = CAP_MKNOD;
     786#endif
     787                        break;
     788                case LEASE_CAPABILITY:
     789#ifdef CAP_LEASE
     790                        cap_vals[num_cap_vals++] = CAP_LEASE;
    786791#endif
    787792                        break;
Note: See TracChangeset for help on using the changeset viewer.