summaryrefslogtreecommitdiffstats
path: root/src/H5VLint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5VLint.c')
-rw-r--r--src/H5VLint.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5VLint.c b/src/H5VLint.c
index a9388b7..4dcc095 100644
--- a/src/H5VLint.c
+++ b/src/H5VLint.c
@@ -331,7 +331,8 @@ H5VL_get_object(hid_t id)
FUNC_ENTER_NOAPI(NULL)
if(H5I_FILE == obj_type || H5I_GROUP == obj_type || H5I_ATTR == obj_type ||
- H5I_DATASET == obj_type || H5I_DATATYPE == obj_type) {
+ H5I_DATASET == obj_type || H5I_DATATYPE == obj_type
+ || H5I_MAP == obj_type) {
/* get the object */
if(NULL == (obj = H5I_object(id)))
HGOTO_ERROR(H5E_ARGS, H5E_BADTYPE, NULL, "invalid identifier")