aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rsl.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-09-26 17:04:01 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-09-26 17:04:01 +0000
commite5d905aa28181154bb88806fb948f89c8bb47959 (patch)
treeb25b463a63c676495cf17944120de8db1aeaa348 /epan/dissectors/packet-rsl.c
parente0aed1e40b709dc1268d61d2b29354cbf9e8fd15 (diff)
Minor cleanups related to proto_reg_handoff
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26277 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-rsl.c')
-rw-r--r--epan/dissectors/packet-rsl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-rsl.c b/epan/dissectors/packet-rsl.c
index ea14ae602c..16c4f0f11b 100644
--- a/epan/dissectors/packet-rsl.c
+++ b/epan/dissectors/packet-rsl.c
@@ -175,8 +175,8 @@ static int ett_ie_message_id = -1;
static int ett_ie_sys_info_type = -1;
proto_tree *top_tree;
-dissector_handle_t gsm_a_ccch_handle = NULL;
-dissector_handle_t gsm_a_dtap_handle = NULL;
+dissector_handle_t gsm_a_ccch_handle;
+dissector_handle_t gsm_a_dtap_handle;
static gboolean is_si2q = FALSE;