aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bacapp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-bacapp.c')
-rw-r--r--epan/dissectors/packet-bacapp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-bacapp.c b/epan/dissectors/packet-bacapp.c
index 0a4562a8a5..4fcd953133 100644
--- a/epan/dissectors/packet-bacapp.c
+++ b/epan/dissectors/packet-bacapp.c
@@ -4615,10 +4615,10 @@ fReadRangeAck (tvbuff_t *tvb, proto_tree *tree, guint offset)
static guint fAccessMethod(tvbuff_t *tvb, proto_tree *tree, guint offset)
{
- guint32 lvt;
+ guint32 lvt;
guint8 tag_no, tag_info;
- proto_item* tt;
- proto_tree* subtree;
+ proto_item* tt;
+ proto_tree* subtree = NULL;
fTagHeader (tvb, offset, &tag_no, &tag_info, &lvt);