Initialize a variable to remove a warning from clang.

svn path=/trunk/; revision=34786
This commit is contained in:
Stig Bjørlykke 2010-11-05 08:13:26 +00:00
parent bb4acb8fe3
commit 428129d60b
1 changed files with 1 additions and 1 deletions

View File

@ -8803,7 +8803,7 @@ dissect_bacapp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
proto_item *ti;
proto_tree *bacapp_tree = NULL;
gint svc;
gint svc = 0;
proto_item *tt = 0;
gint8 ack = 0;