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:
parent
d0ee90ace9
commit
00725b7c6e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user