aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-rsl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-rsl.c b/epan/dissectors/packet-rsl.c
index 246789ca3d..93bba02712 100644
--- a/epan/dissectors/packet-rsl.c
+++ b/epan/dissectors/packet-rsl.c
@@ -3165,8 +3165,6 @@ dissect_rsl_paging_package(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tr
guint8 i, length, paging_type;
gboolean increse_offset = TRUE;
- length = 0;
- paging_type = 0;
for(i = 1; i <= package_number; i++){
/* Calculating whole length of Paging Package Info */
length = (tvb_get_guint8(tvb, offset+2) + 3);