Modification based on feedback from pull request.

This commit is contained in:
Vailin Choi 2019-02-05 17:04:04 -06:00
parent 34f028070e
commit e272e64e74

View File

@ -327,7 +327,7 @@ H5C_create(size_t max_cache_size,
/* Tagging Field Initializations */
cache_ptr->ignore_tags = FALSE;
cache_ptr->num_objs_corked = FALSE;
cache_ptr->num_objs_corked = 0;
cache_ptr->slist_changed = FALSE;
cache_ptr->slist_len = 0;