[svn-r16627] Description:

Fix another set of missing parameters to updated H5C_get_entry_status()
call.

Tested on:
        Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode
This commit is contained in:
Quincey Koziol 2009-03-30 13:58:37 -05:00
parent a5df827912
commit b1d105ae78

View File

@ -2223,7 +2223,7 @@ expunge_entry(H5C_t * cache_ptr,
HDassert( ! ((entry_ptr->header).is_dirty) );
result = H5C_get_entry_status(cache_ptr, entry_ptr->base_addr,
NULL, &in_cache, NULL, NULL, NULL);
NULL, &in_cache, NULL, NULL, NULL, NULL, NULL);
if ( result < 0 ) {