aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-afp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-afp.c')
-rw-r--r--epan/dissectors/packet-afp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-afp.c b/epan/dissectors/packet-afp.c
index 3f9ee8e443..7f7894de7d 100644
--- a/epan/dissectors/packet-afp.c
+++ b/epan/dissectors/packet-afp.c
@@ -1149,7 +1149,7 @@ typedef struct {
guint16 tid;
} afp_request_key;
-static wmem_map_t *afp_request_hash = NULL;
+static wmem_map_t *afp_request_hash;
static guint Vol; /* volume */
static guint Did; /* parent directory ID */