diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-06-06 15:00:55 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:44 -0500 |
commit | 56257df1d494d722d95920979716d61735cd5fc7 (patch) | |
tree | 1a780ab8e8d25fe0bf6740db8647e31d0d201634 /source4/librpc | |
parent | 6484698ee4ad961e2485816fb6d7fb2aa18fbffd (diff) | |
download | samba-56257df1d494d722d95920979716d61735cd5fc7.tar.gz samba-56257df1d494d722d95920979716d61735cd5fc7.tar.xz samba-56257df1d494d722d95920979716d61735cd5fc7.zip |
r7341: fix StartDocPrinter() idl
metze
(This used to be commit 08d28e5d20bc689a2cdc779e7a99e3902abf99db)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/spoolss.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/spoolss.idl b/source4/librpc/idl/spoolss.idl index 94863fcf20a..be5dac8fb31 100644 --- a/source4/librpc/idl/spoolss.idl +++ b/source4/librpc/idl/spoolss.idl @@ -627,7 +627,7 @@ } spoolss_DocumentInfo1; typedef [switch_type(uint32)] union { - [case(1)] spoolss_DocumentInfo1 info1; + [case(1)] spoolss_DocumentInfo1 *info1; } spoolss_DocumentInfo; WERROR spoolss_StartDocPrinter( |