aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ocp1.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ocp1.c')
-rw-r--r--epan/dissectors/packet-ocp1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ocp1.c b/epan/dissectors/packet-ocp1.c
index 48fbece6ba..d4f4b8f44c 100644
--- a/epan/dissectors/packet-ocp1.c
+++ b/epan/dissectors/packet-ocp1.c
@@ -52,7 +52,7 @@ struct oca_request_hash_val {
guint16 tree_level;
guint16 method_index;
};
-static wmem_map_t *oca_request_hash_map = NULL;
+static wmem_map_t *oca_request_hash_map;
void proto_register_ocp1(void);
void proto_reg_handoff_ocp1(void);