From 398a3130f5166d4a4d455529ae3048316510f867 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 10 May 2005 22:44:29 +0000 Subject: r6719: pidl need to be told that the external type netr_SchannelType is an enum, otherwise it will assume its a struct (This used to be commit 9a8f3e3c4cc3bad804b4fab3a7248e6fd88f3749) --- source4/librpc/idl/netlogon.idl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index e32b1ee86d..68a5078aae 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/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, -- cgit