Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/include/ntquotas.h

    r740 r988  
    6464        SMB_USER_QUOTA_TYPE = 2,
    6565        SMB_GROUP_FS_QUOTA_TYPE = 3,/* not used yet */
    66         SMB_GROUP_QUOTA_TYPE = 4 /* not in use yet, maybe for disk_free queries */
     66        SMB_GROUP_QUOTA_TYPE = 4 /* used by disk_free queries */
    6767};
    6868
     
    7272        uint64_t softlim;
    7373        uint64_t hardlim;
    74         uint32 qflags;
     74        uint32_t qflags;
    7575        struct dom_sid sid;
    7676} SMB_NTQUOTA_STRUCT;
Note: See TracChangeset for help on using the changeset viewer.