Fix some compiler warnings (about real problems).

svn path=/trunk/; revision=19604
This commit is contained in:
Guy Harris 2006-10-19 09:12:28 +00:00
parent 26faa9ad5a
commit ed8b50ba3f
1 changed files with 2 additions and 2 deletions

View File

@ -499,8 +499,8 @@ int dissect_crci_bits(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
int num_tbs, int offset)
{
int n;
proto_item *ti;
proto_tree *crcis_tree;
proto_item *ti = NULL;
proto_tree *crcis_tree = NULL;
guint errors = 0;
/* Add CRCIs subtree */