summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-10-28 00:03:28 +0100
committerGünther Deschner <gd@samba.org>2008-11-10 21:46:27 +0100
commit94b7db1fb49e1811af002163f9818706e1ea7f7a (patch)
treef9a940ab7a920f7b53840eb56c21133febc3bb4b /source3/librpc
parent5ce30d0f4db94e61ae469155b863b124587495a4 (diff)
downloadsamba-94b7db1fb49e1811af002163f9818706e1ea7f7a.tar.gz
samba-94b7db1fb49e1811af002163f9818706e1ea7f7a.tar.bz2
samba-94b7db1fb49e1811af002163f9818706e1ea7f7a.zip
s4-samr: merge samr_RidToSid from s3 idl. (fixme: python)
Guenther
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/samr.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/samr.idl b/source3/librpc/idl/samr.idl
index 2f8657a0b1..8fbc132aa7 100644
--- a/source3/librpc/idl/samr.idl
+++ b/source3/librpc/idl/samr.idl
@@ -1431,7 +1431,7 @@ import "misc.idl", "lsa.idl", "security.idl";
NTSTATUS samr_RidToSid(
[in,ref] policy_handle *domain_handle,
[in] uint32 rid,
- [out,ref] dom_sid2 *sid
+ [out,ref] dom_sid2 **sid
);
/************************/