1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

spoolss: remove gensize calculation from spoolss_StringArray. Thanks metze!

Guenther
This commit is contained in:
Günther Deschner 2009-02-19 17:38:47 +01:00
parent d0ee90ace9
commit 00725b7c6e

View File

@ -619,7 +619,7 @@ import "misc.idl", "security.idl", "winreg.idl";
/******************/
/* Function: 0x09 */
typedef [public,gensize] struct {
typedef [public] struct {
[value((ndr_size_spoolss_StringArray(r, ndr->iconv_convenience, ndr->flags)-4)/2)] uint32 _ndr_size;
/*[subcontext(0),subcontext_size(_ndr_size*2)]*/ nstring_array string;
} spoolss_StringArray;