diff options
author | Günther Deschner <gd@samba.org> | 2009-02-06 12:31:51 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-06 14:59:19 +0100 |
commit | 82ce981a4116a10e04e04c8083167e6b83595caf (patch) | |
tree | b009847aead7e946786dd8ab948881e4649de58b | |
parent | ea2d151721f531defc5b97dd7c91cd8df6300b1e (diff) | |
download | samba-82ce981a4116a10e04e04c8083167e6b83595caf.tar.gz samba-82ce981a4116a10e04e04c8083167e6b83595caf.tar.bz2 samba-82ce981a4116a10e04e04c8083167e6b83595caf.zip |
spoolss: fix spoolss_GetPrinterDriverDirectory IDL.
Guenther
-rw-r--r-- | librpc/idl/spoolss.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index 458dfb9537..dacc06c1c9 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -589,7 +589,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_DriverDirectoryInfo *info, - [out] uint32 needed + [out,ref] uint32 *needed ); /******************/ |