diff options
author | Günther Deschner <gd@samba.org> | 2008-02-05 01:28:16 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-05 10:09:34 +0100 |
commit | d19ed4717e88b040895694dde1ec5046e9b08597 (patch) | |
tree | a6f6245fc87adf128778f530d0c2b4f8b7036bff /source3/librpc | |
parent | 8a88a14267c305b1e7975cc3af8e271b294af31f (diff) | |
download | samba-d19ed4717e88b040895694dde1ec5046e9b08597.tar.gz samba-d19ed4717e88b040895694dde1ec5046e9b08597.tar.bz2 samba-d19ed4717e88b040895694dde1ec5046e9b08597.zip |
Fix IDL for samr_LookupDomain().
Guenther
(This used to be commit 4b4ccc86800f6a700354139aa7515757a255b601)
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/idl/samr.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/idl/samr.idl b/source3/librpc/idl/samr.idl index 8f1db5961d..e7eb4e5818 100644 --- a/source3/librpc/idl/samr.idl +++ b/source3/librpc/idl/samr.idl @@ -140,9 +140,9 @@ import "misc.idl", "lsa.idl", "security.idl"; /******************/ /* Function: 0x05 */ NTSTATUS samr_LookupDomain ( - [in,ref] policy_handle *connect_handle, + [in,ref] policy_handle *connect_handle, [in,ref] lsa_String *domain_name, - [out,ref] dom_sid2 *sid + [out,ref] dom_sid2 **sid ); |