diff options
author | Volker Lendecke <vl@samba.org> | 2010-12-04 20:16:00 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2010-12-06 21:18:07 +0100 |
commit | ab1b857f58f58dbc871fc444aa1dfefe4a3bfaeb (patch) | |
tree | 34da3b75b681cd8e2105c07cdc22b912625645a7 /source3/librpc | |
parent | 8f8d188c195d1d587bfdc056b1c6845a046b6e35 (diff) | |
download | samba-ab1b857f58f58dbc871fc444aa1dfefe4a3bfaeb.tar.gz samba-ab1b857f58f58dbc871fc444aa1dfefe4a3bfaeb.tar.bz2 samba-ab1b857f58f58dbc871fc444aa1dfefe4a3bfaeb.zip |
s3: Fix bug 7842: WINBIND_LOOKUPRIDS does not return the proper domain name
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Mon Dec 6 21:18:07 CET 2010 on sn-devel-104
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/idl/wbint.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/librpc/idl/wbint.idl b/source3/librpc/idl/wbint.idl index 4ac36930d3..470fb8b7eb 100644 --- a/source3/librpc/idl/wbint.idl +++ b/source3/librpc/idl/wbint.idl @@ -142,6 +142,7 @@ interface wbint NTSTATUS wbint_LookupRids( [in] wbint_RidArray *rids, + [out,string,charset(UTF8)] char **domain_name, [out] wbint_Principals *names ); |