summaryrefslogtreecommitdiffstats
path: root/src/H5A.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5A.c')
-rw-r--r--src/H5A.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5A.c b/src/H5A.c
index 2de57e5..8828b7a 100644
--- a/src/H5A.c
+++ b/src/H5A.c
@@ -668,7 +668,7 @@ H5Aread(hid_t attr_id, hid_t dtype_id, void *buf)
/* Read the data through the VOL */
if((ret_value = H5VL_attr_read(attr->vol_obj, attr->vol_info->vol_cls,
- dtype_id, buf, H5AC_dxpl_id, H5_REQUEST_NULL)) < 0)
+ dtype_id, buf, H5AC_ind_dxpl_id, H5_REQUEST_NULL)) < 0)
HGOTO_ERROR(H5E_ATTR, H5E_READERROR, FAIL, "can't read data")
done: