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

tridge at samba.org tridge at samba.org
Fri Jul 15 00:00:49 GMT 2005


Author: tridge
Date: 2005-07-15 00:00:48 +0000 (Fri, 15 Jul 2005)
New Revision: 8480

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

Log:
fixed a typo

(metze, I assume this was just a typo? it broke the build on oehmesrs6k)


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


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl	2005-07-14 19:21:02 UTC (rev 8479)
+++ branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl	2005-07-15 00:00:48 UTC (rev 8480)
@@ -379,8 +379,8 @@
 		DRSUAPI_ATTRIBUTE_unicodePwd		= 0x0009005a,/* ntPwdHash */
 		DRSUAPI_ATTRIBUTE_ntPwdHistory		= 0x0009005e,
 		DRSUAPI_ATTRIBUTE_lmPwdHistory		= 0x000900a0,
-		DRSUAPI_ATTRIBUTE_objectCategory	= 0x0009030e,
-		DRSUAPI_ATTRIBUTE_
+		DRSUAPI_ATTRIBUTE_objectCategory	= 0x0009030e
+		/* DRSUAPI_ATTRIBUTE_ */
 	} drsuapi_DsAttributeId;
 
 	/* Generic DATA_BLOB values */



More information about the samba-cvs mailing list