From 768b42f334fc2504ff9e1e7ec77e4d366220aef8 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 3 Nov 2011 10:30:37 +0100 Subject: nbt: move netlogon_samlogon_response into librpc/ndr/ndr_nbt.h. Guenther --- libcli/netlogon/netlogon.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'libcli') diff --git a/libcli/netlogon/netlogon.h b/libcli/netlogon/netlogon.h index a68c7fab82..0bf2a4c85c 100644 --- a/libcli/netlogon/netlogon.h +++ b/libcli/netlogon/netlogon.h @@ -27,17 +27,6 @@ #include "librpc/gen_ndr/ndr_misc.h" #include "librpc/gen_ndr/ndr_security.h" -struct netlogon_samlogon_response -{ - uint32_t ntver; - union { - struct NETLOGON_SAM_LOGON_RESPONSE_NT40 nt4; - struct NETLOGON_SAM_LOGON_RESPONSE nt5; - struct NETLOGON_SAM_LOGON_RESPONSE_EX nt5_ex; - } data; - -}; - struct nbt_netlogon_response { enum {NETLOGON_GET_PDC, NETLOGON_SAMLOGON, NETLOGON_RESPONSE2} response_type; -- cgit