From 81b9490d4cc997a8d068c92b8d04e8b1b602ca42 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 3 Nov 2005 04:33:51 +0000 Subject: Get rid of (valid) warning about uninitialized variable, and clean up indentation. svn path=/trunk/; revision=16386 --- epan/dissectors/packet-bacapp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'epan/dissectors/packet-bacapp.c') 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); -- cgit v1.2.3