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:
parent
17a53eaac2
commit
9e120bff7a
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user