aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2010-10-01 06:26:26 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2010-10-01 06:26:26 +0000
commit7057b9203ad0da985c86e61db92f2a1d4eff8034 (patch)
treea9c04e07e36a6a5db3fd9af883c4bdeb50a224b5 /epan/dissectors
parent6df40b067cc80c2e2dd4de5014d63acbf13a4d49 (diff)
Try to fix the Mac build.
svn path=/trunk/; revision=34304
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-reload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-reload.c b/epan/dissectors/packet-reload.c
index 3deca60247..6eef484c81 100644
--- a/epan/dissectors/packet-reload.c
+++ b/epan/dissectors/packet-reload.c
@@ -538,7 +538,7 @@ static int dissect_opaque(tvbuff_t *tvb, packet_info *pinfo,proto_tree *tree, in
proto_tree *opaque_tree;
proto_item *ti_anchor;
gint length_index = -1;
- gint32 length;
+ gint32 length = -1;
switch (length_size) {
case 1: