summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/lsa.idl
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-12-21 10:05:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:07:33 -0500
commit6bc971d8b5fbdaaaed1c4756424395ce8fc1e42b (patch)
treecac2fd39d7c12d580c205d023ea620cb5658c85a /source4/librpc/idl/lsa.idl
parentc2f94222e9625593e026d21ff314039cc776c592 (diff)
downloadsamba-6bc971d8b5fbdaaaed1c4756424395ce8fc1e42b.tar.gz
samba-6bc971d8b5fbdaaaed1c4756424395ce8fc1e42b.tar.bz2
samba-6bc971d8b5fbdaaaed1c4756424395ce8fc1e42b.zip
r4310: fixed the authority_name field in lsa_GetUserName()
(This used to be commit f78506697ad23456fcac6e8916d0dad05b0df6cc)
Diffstat (limited to 'source4/librpc/idl/lsa.idl')
-rw-r--r--source4/librpc/idl/lsa.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl
index ec694df1bf..c36fce9dae 100644
--- a/source4/librpc/idl/lsa.idl
+++ b/source4/librpc/idl/lsa.idl
@@ -658,7 +658,7 @@
NTSTATUS lsa_GetUserName(
[in] unistr *system_name,
[in,out] lsa_String *account_name,
- [in,out] lsa_StringPointer *unknown_name
+ [in,out] lsa_StringPointer *authority_name
);
/**********************/