S7COMM: remove array size from function interface

Fixes #17198


(cherry picked from commit 55d53dbf1b)
This commit is contained in:
Jaap Keuter 2021-02-02 20:10:59 +00:00 committed by Alexis La Goutte
parent 39da36ad6e
commit 49393cf362
1 changed files with 1 additions and 1 deletions

View File

@ -3141,7 +3141,7 @@ s7comm_decode_pistart_parameters(tvbuff_t *tvb,
proto_tree *param_tree,
const guint8 *servicename,
guint8 nfields, /* number of fields used */
guint hf[12], /* array with header fields */
guint hf[], /* array with header fields */
guint32 offset)
{
guint8 i;