summaryrefslogtreecommitdiffstats
path: root/test/cache_common.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-07-10 14:17:06 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-07-10 14:17:06 (GMT)
commit15f0ea3f174019d3e67e9157021229f0bc319a7b (patch)
tree13c459c0345de9ac3ea2caf2f6c44c3d0e72b9b1 /test/cache_common.c
parentb7d9670be340447e3ffb8e0e91e9b6b250f17b18 (diff)
parent8bbe712961a9b88d5fda838ec745f40217c28c8c (diff)
downloadhdf5-15f0ea3f174019d3e67e9157021229f0bc319a7b.zip
hdf5-15f0ea3f174019d3e67e9157021229f0bc319a7b.tar.gz
hdf5-15f0ea3f174019d3e67e9157021229f0bc319a7b.tar.bz2
[svn-r27369] merge from trunk.
Diffstat (limited to 'test/cache_common.c')
-rw-r--r--test/cache_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cache_common.c b/test/cache_common.c
index 12c2528..b87b736 100644
--- a/test/cache_common.c
+++ b/test/cache_common.c
@@ -3959,7 +3959,7 @@ unprotect_entry(H5F_t * file_ptr,
entry_ptr->is_dirty = TRUE;
result = H5C_unprotect(file_ptr, H5P_DATASET_XFER_DEFAULT,
- &(types[type]), entry_ptr->addr, (void *)entry_ptr, flags);
+ entry_ptr->addr, (void *)entry_ptr, flags);
if ( ( result < 0 ) ||
( ( entry_ptr->header.is_protected ) &&