From 3b5913810ccb89dedec286b35454ff6b6d4b1cb5 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 24 Jan 2008 11:44:29 +0100 Subject: Fix samr_EnumDomainUsers in samba3, must not be a ref pointer here. Guenther (This used to be commit 3b87c5ce4f74f8dd01bfdf8859c6c832da15cd24) --- source3/librpc/idl/samr.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/librpc/idl') diff --git a/source3/librpc/idl/samr.idl b/source3/librpc/idl/samr.idl index baf61c6df3..dbe633f0a5 100644 --- a/source3/librpc/idl/samr.idl +++ b/source3/librpc/idl/samr.idl @@ -349,7 +349,7 @@ import "misc.idl", "lsa.idl", "security.idl"; [in,out,ref] uint32 *resume_handle, [in] samr_AcctFlags acct_flags, [in] uint32 max_size, - [out,ref] samr_SamArray *sam, + [out] samr_SamArray *sam, [out,ref] uint32 *num_entries ); -- cgit