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

jelmer at samba.org jelmer at samba.org
Mon May 30 13:52:52 GMT 2005


Author: jelmer
Date: 2005-05-30 13:52:52 +0000 (Mon, 30 May 2005)
New Revision: 7110

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

Log:
Remove invalid use of id()

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


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/eventlog.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/eventlog.idl	2005-05-30 13:48:35 UTC (rev 7109)
+++ branches/SAMBA_4_0/source/librpc/idl/eventlog.idl	2005-05-30 13:52:52 UTC (rev 7110)
@@ -54,7 +54,7 @@
 	
 	/******************/
 	/* Function: 0x02 */
-	[id(3)] NTSTATUS eventlog_CloseEventLog(
+	NTSTATUS eventlog_CloseEventLog(
 									[in,out,ref]     policy_handle *handle
 								   );
 



More information about the samba-cvs mailing list