]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
spoolss: remove gensize calculation from spoolss_StringArray. Thanks metze!
authorGünther Deschner <gd@samba.org>
Thu, 19 Feb 2009 16:38:47 +0000 (17:38 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 19 Feb 2009 16:59:15 +0000 (17:59 +0100)
Guenther

librpc/idl/spoolss.idl

index 22913f713cbcd5a6712dca3ef011c74d9e08aab8..4bb68fac007a4b2a5d7d0fd3d05487f3bff0e8d5 100644 (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;