diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-05-10 22:44:29 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:16:37 -0500 |
commit | 398a3130f5166d4a4d455529ae3048316510f867 (patch) | |
tree | 672409afd2819d00e7a181b9aae333c63e0a7804 /source4 | |
parent | a71af5f83f4e2d06ada30d899721f7ab46b8103f (diff) | |
download | samba-398a3130f5166d4a4d455529ae3048316510f867.tar.gz samba-398a3130f5166d4a4d455529ae3048316510f867.tar.bz2 samba-398a3130f5166d4a4d455529ae3048316510f867.zip |
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)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/idl/netlogon.idl | 2 |
1 files changed, 2 insertions, 0 deletions
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, |