Initialize confounder to ensure it has a known value.

svn path=/trunk/; revision=33709
This commit is contained in:
Stig Bjørlykke 2010-08-04 13:34:05 +00:00
parent f4955fcae2
commit 1ce4466261
1 changed files with 1 additions and 1 deletions

View File

@ -8002,7 +8002,7 @@ dissect_secchan_verf(tvbuff_t *tvb, int offset, packet_info *pinfo _U_,
proto_tree *subtree = NULL;
guint64 encrypted_seq;
guint64 digest;
guint64 confounder;
guint64 confounder = 0;
int update_vars = 0;
generate_hash_key(pinfo,is_server,&key,NULL);