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

tridge at samba.org tridge at samba.org
Wed Sep 1 04:31:15 GMT 2004


Author: tridge
Date: 2004-09-01 04:31:15 +0000 (Wed, 01 Sep 2004)
New Revision: 2158

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/librpc/idl&rev=2158&nolog=1

Log:
removed a misleading comment (the extra uint16 is just padding)



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


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/lsa.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/lsa.idl	2004-09-01 02:13:48 UTC (rev 2157)
+++ branches/SAMBA_4_0/source/librpc/idl/lsa.idl	2004-09-01 04:31:15 UTC (rev 2158)
@@ -455,9 +455,6 @@
 
 	/*******************/
 	/* Function:  0x21 */
-	/* in [out] there is a uin16 field
-	   which is not always present.
-	   its value varies */
 	NTSTATUS lsa_LookupPrivDisplayName (
 		[in,ref]     policy_handle *handle,
 		[in,ref]     lsa_Name *name,
@@ -465,7 +462,6 @@
 		[in]         uint16 unknown2,    /* 0x0409 */
 		[out]        lsa_Name *disp_name,
 		[out]        uint16 unknown3     /* 0x0409 */
-		/* [out]        uint16 unknown4 */ /* not always present */
 		);
 
 	/* Function:        0x22 */



More information about the samba-cvs mailing list