diff options
author | Günther Deschner <gd@samba.org> | 2009-02-09 15:14:30 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-10 23:57:30 +0100 |
commit | f4c46bc2e831eda7483eaa84b060dd193102bd42 (patch) | |
tree | 960567f982f62d99aa82ec22eefb252e9d108259 /librpc | |
parent | a45c5c607ab3c43d947dad96b46a94b81b6a9559 (diff) | |
download | samba-f4c46bc2e831eda7483eaa84b060dd193102bd42.tar.gz samba-f4c46bc2e831eda7483eaa84b060dd193102bd42.tar.bz2 samba-f4c46bc2e831eda7483eaa84b060dd193102bd42.zip |
spoolss: fix spoolss_ReplyOpenPrinter IDL.
Guenther
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/spoolss.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index d7513e5489..74924c0fae 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -1160,8 +1160,8 @@ import "misc.idl", "security.idl", "winreg.idl"; [in,string,charset(UTF16)] uint16 server_name[], [in] uint32 printer_local, [in] winreg_Type type, - [in] uint32 unknown1, - [in] uint32 unknown2, + [in,range(0,512)] uint32 bufsize, + [in,unique,size_is(bufsize)] uint8 *buffer, [out,ref] policy_handle *handle ); |