summaryrefslogtreecommitdiffstats
path: root/src/H5VLiod_client.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-07-18 19:40:33 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-07-18 19:40:33 (GMT)
commitb4a058e95b996202457204c75a34b19aab5c6d76 (patch)
tree8e20c6cd6f325da769021a82e17e14d91e14f681 /src/H5VLiod_client.c
parent48b4d540810430a52c99ac1a51a0382461b576bf (diff)
downloadhdf5-b4a058e95b996202457204c75a34b19aab5c6d76.zip
hdf5-b4a058e95b996202457204c75a34b19aab5c6d76.tar.gz
hdf5-b4a058e95b996202457204c75a34b19aab5c6d76.tar.bz2
[svn-r23918] call NA_finalize
store link types in metadata more refining of IOD code
Diffstat (limited to 'src/H5VLiod_client.c')
-rw-r--r--src/H5VLiod_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLiod_client.c b/src/H5VLiod_client.c
index 003d743..f630d53 100644
--- a/src/H5VLiod_client.c
+++ b/src/H5VLiod_client.c
@@ -540,7 +540,7 @@ H5VL_iod_request_complete(H5VL_iod_file_t *file, H5VL_iod_request_t *req)
{
hsize_t *count = (hsize_t *)req->data;
- if(*count < 0)
+ if(*count == IOD_COUNT_UNDEFINED)
HGOTO_ERROR(H5E_FILE, H5E_CANTGET, FAIL, "MAP get_count failed at the server");
req->data = NULL;