Initialize aitem.

svn path=/trunk/; revision=25302
This commit is contained in:
Stig Bjørlykke 2008-05-14 11:02:39 +00:00
parent 4af0ec58ef
commit d1208e55e1
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ static void EcSubFormatter(tvbuff_t *tvb, gint offset, char *szText, gint nMax)
static void dissect_ecat_datagram(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
tvbuff_t *next_tvb;
proto_item *ti, *aitem;
proto_item *ti, *aitem = NULL;
proto_tree *ecat_datagrams_tree = NULL;
guint offset = 0;
char szText[200];