From 933ae8ea8b5cf3919c9f07c1e139b16d7510cef7 Mon Sep 17 00:00:00 2001 From: Evan Huus Date: Wed, 17 Sep 2014 09:36:30 -0400 Subject: Add missing initializer Change-Id: I60917502ef869bb519b37bb0252371dbc91a608d Reviewed-on: https://code.wireshark.org/review/4146 Reviewed-by: Evan Huus --- epan/dissectors/packet-infiniband.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-infiniband.c') diff --git a/epan/dissectors/packet-infiniband.c b/epan/dissectors/packet-infiniband.c index c396bca303..a8c0a9b7e9 100644 --- a/epan/dissectors/packet-infiniband.c +++ b/epan/dissectors/packet-infiniband.c @@ -1578,7 +1578,7 @@ dissect_infiniband_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, i /* General Variables */ gboolean bthFollows = FALSE; /* Tracks if we are parsing a BTH. This is a significant decision point */ - struct infinibandinfo info = { 0 }; + struct infinibandinfo info = { 0, FALSE }; gint32 nextHeaderSequence = -1; /* defined by this dissector. #define which indicates the upcoming header sequence from OpCode */ guint8 nxtHdr = 0; /* Keyed off for header dissection order */ guint16 packetLength = 0; /* Packet Length. We track this as tvb_length - offset. */ -- cgit v1.2.3