aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-s101.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-s101.c')
-rw-r--r--epan/dissectors/packet-s101.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-s101.c b/epan/dissectors/packet-s101.c
index d47b196df1..67a98622df 100644
--- a/epan/dissectors/packet-s101.c
+++ b/epan/dissectors/packet-s101.c
@@ -64,7 +64,7 @@ static int hf_S101_eof;
static int hf_S101_error;
static dissector_handle_t S101_handle;
-static dissector_handle_t glow_handle = NULL;
+static dissector_handle_t glow_handle;
static reassembly_table s101_data_reassembly_table;
typedef struct _s101_fragment_t {
@@ -149,7 +149,7 @@ static guint32 get_fragment_pdu_id(packet_info *pinfo) {
return id;
}
-static wmem_map_t* s101_fragment_info_hash = NULL;
+static wmem_map_t* s101_fragment_info_hash;
static s101_fragment_t* new_fragment_info(packet_info *pinfo) {
s101_fragment_t* fi = wmem_new(wmem_file_scope(), s101_fragment_t);