delineation between smb and msrpc more marked. smbd now constructs
[sfrench/samba-autobuild/.git] / source3 / rpc_parse / parse_spoolss.c
index d5490553a2abc8159bc630056d6c7e14c60a97ef..b28b2dcc75f0e959bcaa8b498ba90015902f7d5f 100644 (file)
@@ -376,14 +376,12 @@ static BOOL smb_io_notify_info(char *desc, SPOOL_NOTIFY_INFO *info,
 
        for (i=0;i<info->count;i++)
        {
-               prs_grow(ps);
                smb_io_notify_info_data(desc, &(info->data[i]), ps, depth);
        }
 
        /* now do the strings at the end of the stream */       
        for (i=0;i<info->count;i++)
        {
-               prs_grow(ps);
                smb_io_notify_info_data_strings(desc, &(info->data[i]),
                                                ps, depth);
        }