r6719: pidl need to be told that the external type netr_SchannelType is an enum,...
authorAndrew Tridgell <tridge@samba.org>
Tue, 10 May 2005 22:44:29 +0000 (22:44 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:16:37 +0000 (13:16 -0500)
it will assume its a struct
(This used to be commit 9a8f3e3c4cc3bad804b4fab3a7248e6fd88f3749)

source4/librpc/idl/netlogon.idl

index e32b1ee86d5c68b6757c0a928f4d30b09d51258b..68a5078aae56d4a5ac485988d1c708abd4421b2a 100644 (file)
@@ -264,6 +264,8 @@ interface netlogon
        /*****************/
        /* Function 0x05 */
 
+       declare enum netr_SchannelType;
+
        NTSTATUS netr_ServerAuthenticate(
                [in]         unistr *server_name,
                [in]         unistr account_name,