summaryrefslogtreecommitdiff
path: root/asn1/idmp/packet-idmp-template.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-06-09 16:02:34 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-06-09 16:02:34 +0000
commitf38e41b5c1ffa70872a3419eeae8eee234ce5c03 (patch)
treeb64888849672d179f7232731a60a208ea7ae5075 /asn1/idmp/packet-idmp-template.c
parentd78f97da2ebdab532cb15ac610c5bacfddcd4e9e (diff)
downloadwireshark-f38e41b5c1ffa70872a3419eeae8eee234ce5c03.tar.gz
Initialize dst_ref.
svn path=/trunk/; revision=33189
Diffstat (limited to 'asn1/idmp/packet-idmp-template.c')
-rw-r--r--asn1/idmp/packet-idmp-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/idmp/packet-idmp-template.c b/asn1/idmp/packet-idmp-template.c
index 92e2b42717..522204f46a 100644
--- a/asn1/idmp/packet-idmp-template.c
+++ b/asn1/idmp/packet-idmp-template.c
@@ -155,7 +155,7 @@ static void dissect_idmp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_t
guint32 idmp_length;
fragment_data *fd_head;
conversation_t *conv;
- guint32 dst_ref;
+ guint32 dst_ref = 0;
asn1_ctx_init(&asn1_ctx, ASN1_ENC_BER, TRUE, pinfo);