1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

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

This commit is contained in:
Andrew Tridgell 2004-09-01 04:31:15 +00:00 committed by Gerald (Jerry) Carter
parent 17a53eaac2
commit 9e120bff7a

View File

@ -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 */