From 48f3df41bb4c854b1049591e1c315c4c3b980984 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 1 Sep 2004 04:31:15 +0000 Subject: r2158: removed a misleading comment (the extra uint16 is just padding) (This used to be commit 9e120bff7af076bbc541a88cefb3ba400fb91caa) --- source4/librpc/idl/lsa.idl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source4/librpc/idl') diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index 88e5f01c60..fecb1b00d2 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -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 */ -- cgit