summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-11 20:21:04 +0100
committerGünther Deschner <gd@samba.org>2008-02-11 20:38:14 +0100
commit8c85a73d1ebdb0e961e4c4226df0af0c22236d15 (patch)
tree27384a875d2dd79e7e0247a25ae743deb67826db /source3/librpc
parent76f654e21ce07ced6440caa71d58119b19716b34 (diff)
downloadsamba-8c85a73d1ebdb0e961e4c4226df0af0c22236d15.tar.gz
samba-8c85a73d1ebdb0e961e4c4226df0af0c22236d15.tar.bz2
samba-8c85a73d1ebdb0e961e4c4226df0af0c22236d15.zip
Fix IDL for lsa_GetUserName.
Guenther Please enter the commit message for your changes. (This used to be commit 14f5a7dd57054f46a607d063ab03c4505de0f05c)
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/lsa.idl8
1 files changed, 2 insertions, 6 deletions
diff --git a/source3/librpc/idl/lsa.idl b/source3/librpc/idl/lsa.idl
index 7cacd644d7..b10dcd1144 100644
--- a/source3/librpc/idl/lsa.idl
+++ b/source3/librpc/idl/lsa.idl
@@ -743,14 +743,10 @@ import "security.idl";
/**********************/
/* Function: 0x2d */
- typedef struct {
- lsa_String *string;
- } lsa_StringPointer;
-
NTSTATUS lsa_GetUserName(
[in,unique] [string,charset(UTF16)] uint16 *system_name,
- [in,out,unique] lsa_String *account_name,
- [in,out,unique] lsa_StringPointer *authority_name
+ [in,out,ref] lsa_String **account_name,
+ [in,out,unique] lsa_String **authority_name
);
/**********************/