diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-09-21 02:08:56 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-09-21 02:08:56 (GMT) |
commit | 8fc9a9ba251ea34ac5a943ad8eb7f6cf012b929d (patch) | |
tree | 4366c624c61b639c66910e610658ba77a9207cbc /src/H5.c | |
parent | 502dd5500bea7056add8e94403ac92472c3c4a43 (diff) | |
download | hdf5-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/H5.c')
-rw-r--r-- | src/H5.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |