diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-09-01 04:31:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:58:27 -0500 |
commit | 48f3df41bb4c854b1049591e1c315c4c3b980984 (patch) | |
tree | 52fa507945efe73365b214311daa3458ed142dd4 /source4 | |
parent | cfedadec2211676ed7f99685c695e1e2f0d41923 (diff) | |
download | samba-48f3df41bb4c854b1049591e1c315c4c3b980984.tar.gz samba-48f3df41bb4c854b1049591e1c315c4c3b980984.tar.bz2 samba-48f3df41bb4c854b1049591e1c315c4c3b980984.zip |
r2158: removed a misleading comment (the extra uint16 is just padding)
(This used to be commit 9e120bff7af076bbc541a88cefb3ba400fb91caa)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/idl/lsa.idl | 4 |
1 files changed, 0 insertions, 4 deletions
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 */ |