From: Günther Deschner Date: Fri, 6 Feb 2009 11:17:33 +0000 (+0100) Subject: spoolss: fix spoolss_GetPrinter IDL. X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=ea2d151721f531defc5b97dd7c91cd8df6300b1e;p=tprouty%2Fsamba.git spoolss: fix spoolss_GetPrinter IDL. Guenther --- diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index 1188b36ff1..458dfb9537 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -438,7 +438,7 @@ import "misc.idl", "security.idl", "winreg.idl"; [in,unique] DATA_BLOB *buffer, [in] uint32 offered, [out,unique,subcontext(4),subcontext_size(offered),switch_is(level)] spoolss_PrinterInfo *info, - [out] uint32 needed + [out,ref] uint32 *needed ); /******************/