aboutsummaryrefslogtreecommitdiff
path: root/src/bucket.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bucket.c')
-rw-r--r--src/bucket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bucket.c b/src/bucket.c
index 7d65e32..c75db42 100644
--- a/src/bucket.c
+++ b/src/bucket.c
@@ -128,7 +128,7 @@ _gdbm_get_bucket (GDBM_FILE dbf, int dir_index)
if (_gdbm_write_bucket (dbf, &dbf->bucket_cache[lru]))
return -1;
}
- _gdbm_init_cache_entry (dbf, lru);
+ _gdbm_cache_entry_invalidate (dbf, lru);
/* Read the bucket. */
rc = GDBM_DEBUG_OVERRIDE ("_gdbm_get_bucket:read-failure",

Return to:

Send suggestions and report system problems to the System administrator.