Initialize conversation.

svn path=/trunk/; revision=24993
This commit is contained in:
Stig Bjørlykke 2008-04-13 16:55:56 +00:00
parent 772b24c149
commit b65207f6de
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ dissect_pop(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
const guchar *next_token;
fragment_data *frag_msg = NULL;
tvbuff_t *next_tvb = NULL;
conversation_t *conversation;
conversation_t *conversation = NULL;
struct pop_data_val *data_val = NULL;
gint length_remaining;