Fix another (valid) complaint from the mac buildbot

What mystical new compiler upgrade is this?

Change-Id: I89b3bfb53b9a19bbfb1cc8339d38cdc4a4652c62
Reviewed-on: https://code.wireshark.org/review/3347
Reviewed-by: Evan Huus <eapache@gmail.com>
This commit is contained in:
Evan Huus 2014-08-01 22:13:24 -04:00
parent 005fd7eefd
commit fade4b4d97
1 changed files with 1 additions and 1 deletions

View File

@ -2244,7 +2244,7 @@ decode_flowspec_nlri(proto_tree *tree, tvbuff_t *tvb, gint offset, guint16 afi,
guint tot_flow_len; /* total length of the flow spec NLRI */
guint offset_len; /* offset of the flow spec NLRI itself could be 1 or 2 bytes */
guint cursor_fspec; /* cursor to move into flow spec nlri */
gint filter_len;
gint filter_len = -1;
guint16 len_16;
proto_item *item;
proto_item *filter_item;