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/services/services.h

    r740 r988  
    4141
    4242typedef struct _ServiceInfo {
    43         uint8                   type;
     43        uint8_t                 type;
    4444        char                    *name;
    45         uint32                  access_granted;
     45        uint32_t                access_granted;
    4646        SERVICE_CONTROL_OPS     *ops;
    4747} SERVICE_INFO;
Note: See TracChangeset for help on using the changeset viewer.