diff options
author | Günther Deschner <gd@samba.org> | 2009-12-02 21:26:10 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-12-03 01:04:02 +0100 |
commit | f32ccc321a5467401781a0e2d4621175b6256368 (patch) | |
tree | 3bdf0ebe3f03f692c02de5446f260eb8d8796833 /librpc/idl | |
parent | 8d7a43fed709b0ae4baaa861c30f2ee89a423dbb (diff) | |
download | samba-f32ccc321a5467401781a0e2d4621175b6256368.tar.gz samba-f32ccc321a5467401781a0e2d4621175b6256368.tar.bz2 samba-f32ccc321a5467401781a0e2d4621175b6256368.zip |
spoolss: hand-marshall the spoolss_StringArray2 struct for spoolss_EnumPrinterKey.
This call is just driving me nuts :-)
Guenther
Diffstat (limited to 'librpc/idl')
-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 3ae1685e66..154a4efdaf 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -980,7 +980,7 @@ import "misc.idl", "security.idl", "winreg.idl"; /*[subcontext(0),subcontext_size(_ndr_size*2)]*/ nstring_array string; } spoolss_StringArray; - typedef [public] struct { + typedef [public,nopush,nopull] struct { [value((ndr_size_spoolss_StringArray2(r, ndr->iconv_convenience, ndr->flags)-4)/2)] uint32 _ndr_size; [subcontext(0),subcontext_size(_ndr_size*2)] nstring_array string; } spoolss_StringArray2; |