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

    r740 r988  
    3939
    4040struct client_dfs_referral {
    41         uint32 proximity;
    42         uint32 ttl;
     41        uint32_t proximity;
     42        uint32_t ttl;
    4343        char *dfspath;
    4444};
     
    4646struct referral {
    4747        char *alternate_path; /* contains the path referred */
    48         uint32 proximity;
    49         uint32 ttl; /* how long should client cache referral */
     48        uint32_t proximity;
     49        uint32_t ttl; /* how long should client cache referral */
    5050};
    5151
Note: See TracChangeset for help on using the changeset viewer.