From ab1b857f58f58dbc871fc444aa1dfefe4a3bfaeb Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 4 Dec 2010 20:16:00 +0100 Subject: s3: Fix bug 7842: WINBIND_LOOKUPRIDS does not return the proper domain name Autobuild-User: Jeremy Allison Autobuild-Date: Mon Dec 6 21:18:07 CET 2010 on sn-devel-104 --- source3/librpc/idl/wbint.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/librpc/idl') 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 ); -- cgit