diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-15 20:56:18 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-15 20:56:18 +0000 |
commit | 5bd51a1d5d88459eca341d252f156fcf32bdc222 (patch) | |
tree | 9284956eb56bbbc151d18f4f917d8621ce80e3cc /source4/librpc/idl | |
parent | c24f56e71c2d15ba0e41146abf4b0387a2461bac (diff) | |
download | samba-5bd51a1d5d88459eca341d252f156fcf32bdc222.tar.gz samba-5bd51a1d5d88459eca341d252f156fcf32bdc222.tar.bz2 samba-5bd51a1d5d88459eca341d252f156fcf32bdc222.zip |
the returned policy handle in spoolss_OpenPrinterEx() is pass by
reference
(tim, my apoligies if this conflicts with an uncomitted fix from you)
(This used to be commit fa0872e66359603a52813af13b45fdaeca98f5d0)
Diffstat (limited to 'source4/librpc/idl')
-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 8f12b266cf..0c7b2ae548 100644 --- a/source4/librpc/idl/spoolss.idl +++ b/source4/librpc/idl/spoolss.idl @@ -384,7 +384,7 @@ [in] uint32 access_required, [in] uint32 level, [in,switch_is(level)] spoolss_UserLevel userlevel, - [out] policy_handle *handle + [out,ref] policy_handle *handle ); /******************/ |