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/libcli/netlogon/netlogon.h

    r740 r988  
    2727#include "librpc/gen_ndr/ndr_misc.h"
    2828#include "librpc/gen_ndr/ndr_security.h"
    29 #include "librpc/gen_ndr/ndr_svcctl.h"
    30 #include "librpc/gen_ndr/ndr_samr.h"
    31 
    32 struct netlogon_samlogon_response
    33 {
    34         uint32_t ntver;
    35         union {
    36                 struct NETLOGON_SAM_LOGON_RESPONSE_NT40 nt4;
    37                 struct NETLOGON_SAM_LOGON_RESPONSE nt5;
    38                 struct NETLOGON_SAM_LOGON_RESPONSE_EX nt5_ex;
    39         } data;
    40 
    41 };
    4229
    4330struct nbt_netlogon_response
     
    5239
    5340#include "../libcli/netlogon/netlogon_proto.h"
    54 #include "../libcli/netlogon/ndr_netlogon_proto.h"
    5541#endif /* __CLDAP_SERVER_PROTO_H__ */
Note: See TracChangeset for help on using the changeset viewer.