From 032898afc51c9dc9555c918c8a0d3cd5e4d2872a Mon Sep 17 00:00:00 2001 From: John Mainzer Date: Fri, 10 Oct 2008 20:08:31 -0500 Subject: [svn-r15836] Fixed a hole in the input checking for the metada cache. Tested on Phoenix (serial) Kagiso (parallel) Linew (serial) There were updates during my testing, but I decided to check in regarless without further testing as my change is very localized. --- src/H5AC.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/H5AC.c b/src/H5AC.c index f1d905d..f92bcde 100644 --- a/src/H5AC.c +++ b/src/H5AC.c @@ -3138,6 +3138,7 @@ H5AC_validate_config(H5AC_cache_config_t * config_ptr) if ( ( config_ptr->evictions_enabled == FALSE ) && ( ( config_ptr->incr_mode != H5C_incr__off ) || + ( config_ptr->flash_incr_mode != H5C_flash_incr__off ) || ( config_ptr->incr_mode != H5C_decr__off ) ) ) { HGOTO_ERROR(H5E_ARGS, H5E_BADVALUE, FAIL, \ -- cgit v0.12