diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-09-19 20:13:47 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-09-19 20:13:47 (GMT) |
commit | 3752177106983673ce51e55e5faaefa41c269465 (patch) | |
tree | b34d5f3eb7ca2e4b6b9fce0d6780fe3dbd4e503d /src/H5FPserver.c | |
parent | 14b9ac8763deda60cca5d75beae85fda4390b143 (diff) | |
download | hdf5-3752177106983673ce51e55e5faaefa41c269465.zip hdf5-3752177106983673ce51e55e5faaefa41c269465.tar.gz hdf5-3752177106983673ce51e55e5faaefa41c269465.tar.bz2 |
[svn-r7498] Purpose:
Code cleanup
Description:
Clean up various warnings and parameter mis-matches, etc.
Platforms tested:
FreeBSD 4.9 (sleipnir)
too minor to need h5committest
Diffstat (limited to 'src/H5FPserver.c')
-rw-r--r-- | src/H5FPserver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FPserver.c b/src/H5FPserver.c index 4a3ac78..39258f0 100644 --- a/src/H5FPserver.c +++ b/src/H5FPserver.c @@ -1140,7 +1140,7 @@ H5FP_sap_handle_release_lock_request(H5FP_request_t *req) } *oids; unsigned list_size = 2; /* the size of the "oids" list */ H5FP_status_t exit_state = H5FP_STATUS_LOCK_RELEASED; - herr_t ret_value; + herr_t ret_value = SUCCEED; unsigned i, j; FUNC_ENTER_NOINIT(H5FP_sap_handle_release_lock_request); |