aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-10-26 21:45:37 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-10-26 21:45:37 +0000
commitb32c91b5a0deb4c804adbe350e5f8343df9f55be (patch)
treef57445c4916727b1893f59295616c1d3eec96f3a
parent52aaa7c77f86c7c1564d135951597950c9103d47 (diff)
Try to make the build bot hapy.
svn path=/trunk/; revision=26562
-rw-r--r--epan/dissectors/packet-gsm_a_rr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_a_rr.c b/epan/dissectors/packet-gsm_a_rr.c
index a4025e0342..5d46ceb602 100644
--- a/epan/dissectors/packet-gsm_a_rr.c
+++ b/epan/dissectors/packet-gsm_a_rr.c
@@ -2835,7 +2835,7 @@ convert_n_to_q[32] = { 0, 9, 17, 25, 32, 39, 46, 53, 59, 65, 71, 77, 83,
static guint8
de_rr_si2quater_rest_oct(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_)
{
- proto_tree *subtree, *subtree2, *subtree3;
+ proto_tree *subtree, *subtree2=NULL, *subtree3=NULL;
proto_item *item, *item2, *item3;
guint32 curr_offset;
gint bit_offset, bit_offset_sav, bit_offset_sav2;