summaryrefslogtreecommitdiffstats
path: root/src/H5VLiod_group.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-12-13 15:38:14 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-12-13 15:38:14 (GMT)
commit0907030a495579cb89d9639bdbba5621ab4b4833 (patch)
treef750dd7712a00b59daa9cbf9c10f42d091235aa3 /src/H5VLiod_group.c
parent058e07f1ff0d3a0caf45383e06d37273c88cf6ec (diff)
downloadhdf5-0907030a495579cb89d9639bdbba5621ab4b4833.zip
hdf5-0907030a495579cb89d9639bdbba5621ab4b4833.tar.gz
hdf5-0907030a495579cb89d9639bdbba5621ab4b4833.tar.bz2
[svn-r24539] work around iod problem with aborting a kv_set.
Diffstat (limited to 'src/H5VLiod_group.c')
-rw-r--r--src/H5VLiod_group.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5VLiod_group.c b/src/H5VLiod_group.c
index 392d963..721363e 100644
--- a/src/H5VLiod_group.c
+++ b/src/H5VLiod_group.c
@@ -91,7 +91,6 @@ H5VL_iod_server_group_create_cb(AXE_engine_t UNUSED axe_engine,
fprintf(stderr, "%d (%s).\n", ret, strerror(-ret));
HGOTO_ERROR2(H5E_SYM, H5E_CANTINIT, FAIL, "can't open Group for read");
}
-
if((ret = iod_obj_open_write(coh, grp_id, wtid, NULL, &grp_oh.wr_oh, NULL)) < 0) {
fprintf(stderr, "%d (%s).\n", ret, strerror(-ret));
HGOTO_ERROR2(H5E_SYM, H5E_CANTINIT, FAIL, "can't open Group for write");