From 9a8f3e3c4cc3bad804b4fab3a7248e6fd88f3749 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 10 May 2005 22:44:29 +0000 Subject: [PATCH] r6719: pidl need to be told that the external type netr_SchannelType is an enum, otherwise it will assume its a struct --- source/librpc/idl/netlogon.idl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/librpc/idl/netlogon.idl b/source/librpc/idl/netlogon.idl index e32b1ee86d5..68a5078aae5 100644 --- a/source/librpc/idl/netlogon.idl +++ b/source/librpc/idl/netlogon.idl @@ -264,6 +264,8 @@ interface netlogon /*****************/ /* Function 0x05 */ + declare enum netr_SchannelType; + NTSTATUS netr_ServerAuthenticate( [in] unistr *server_name, [in] unistr account_name, -- 2.11.4.GIT