From 23f8249a18dd0ff7d64c4ff10d9341ccebe41de8 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 6 Feb 2008 16:06:53 +0100 Subject: Fix IDL for samr_GetGroupsForUser(). Guenther (This used to be commit 3fa338f8724735d32640e4c4dd545319c53f1311) --- source3/librpc/idl/samr.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/librpc/idl/samr.idl') diff --git a/source3/librpc/idl/samr.idl b/source3/librpc/idl/samr.idl index 131654be32..246c3cd163 100644 --- a/source3/librpc/idl/samr.idl +++ b/source3/librpc/idl/samr.idl @@ -912,7 +912,7 @@ import "misc.idl", "lsa.idl", "security.idl"; NTSTATUS samr_GetGroupsForUser( [in,ref] policy_handle *user_handle, - [out,ref] samr_RidWithAttributeArray *rids + [out,ref] samr_RidWithAttributeArray **rids ); /************************/ -- cgit