aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIrene RĂ¼ngeler <I.Ruengeler@fh-muenster.de>2013-04-19 11:54:22 +0000
committerIrene RĂ¼ngeler <I.Ruengeler@fh-muenster.de>2013-04-19 11:54:22 +0000
commite1713c142dd1006287949af4d02071dad538bf73 (patch)
treef16339f4b2818b38a53819966dbc9b61529d0e2e
parent319e5be393c2f7a5e772e066bc32b4e6e5161952 (diff)
Initialize another variable.
svn path=/trunk/; revision=48926
-rw-r--r--ui/gtk/sctp_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/sctp_stat.c b/ui/gtk/sctp_stat.c
index 9f525c8c7d..227b8dc0ee 100644
--- a/ui/gtk/sctp_stat.c
+++ b/ui/gtk/sctp_stat.c
@@ -527,7 +527,7 @@ packet(void *tapdata _U_, packet_info *pinfo , epan_dissect_t *edt _U_ , const v
sctp_tmp_info_t tmp_info;
sctp_assoc_info_t *info = NULL;
sctp_error_info_t *error = NULL;
- guint16 type, length;
+ guint16 type, length = 0;
address *store = NULL;
tsn_t *tsn = NULL;
tsn_t *sack = NULL;