svn commit: samba r6719 - in branches/SAMBA_4_0/source/librpc/idl: .

tridge at samba.org tridge at samba.org
Tue May 10 22:44:30 GMT 2005


Author: tridge
Date: 2005-05-10 22:44:29 +0000 (Tue, 10 May 2005)
New Revision: 6719

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6719

Log:
pidl need to be told that the external type netr_SchannelType is an enum, otherwise
it will assume its a struct

Modified:
   branches/SAMBA_4_0/source/librpc/idl/netlogon.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/netlogon.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/netlogon.idl	2005-05-10 18:18:12 UTC (rev 6718)
+++ branches/SAMBA_4_0/source/librpc/idl/netlogon.idl	2005-05-10 22:44:29 UTC (rev 6719)
@@ -264,6 +264,8 @@
 	/*****************/
 	/* Function 0x05 */
 
+	declare enum netr_SchannelType;
+
 	NTSTATUS netr_ServerAuthenticate(
 		[in]         unistr *server_name,
 		[in]         unistr account_name,



More information about the samba-cvs mailing list