summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-09-21 02:08:56 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-09-21 02:08:56 (GMT)
commit8fc9a9ba251ea34ac5a943ad8eb7f6cf012b929d (patch)
tree4366c624c61b639c66910e610658ba77a9207cbc /src
parent502dd5500bea7056add8e94403ac92472c3c4a43 (diff)
downloadhdf5-8fc9a9ba251ea34ac5a943ad8eb7f6cf012b929d.zip
hdf5-8fc9a9ba251ea34ac5a943ad8eb7f6cf012b929d.tar.gz
hdf5-8fc9a9ba251ea34ac5a943ad8eb7f6cf012b929d.tar.bz2
[svn-r27834] Description:
Close FAPL for external link test, to fix infinite loop closing the library. Tested on: MacOSX/64 10.10.5 (amazon) w/serial (too minor to require h5committest)
Diffstat (limited to 'src')
-rw-r--r--src/H5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5.c b/src/H5.c
index 29098bc..1bb75ad 100644
--- a/src/H5.c
+++ b/src/H5.c
@@ -333,8 +333,8 @@ H5_term_library(void)
if(pending == 0) {
pending += DOWN(AC);
pending += DOWN(Z);
- pending += DOWN(FD);
pending += DOWN(P);
+ pending += DOWN(FD);
pending += DOWN(PL);
/* Don't shut down the error code until other APIs which use it are shut down */
if(pending == 0)