aboutsummaryrefslogtreecommitdiff
path: root/src/recover.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/recover.c')
-rw-r--r--src/recover.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/recover.c b/src/recover.c
index 074c76f..f6859ea 100644
--- a/src/recover.c
+++ b/src/recover.c
@@ -178,7 +178,7 @@ _gdbm_finish_transfer (GDBM_FILE dbf, GDBM_FILE new_dbf,
178 #endif 178 #endif
179 179
180 /* Make sure the new database is all on disk. */ 180 /* Make sure the new database is all on disk. */
181 __fsync (dbf); 181 gdbm_file_sync (dbf);
182 182
183 /* Force the right stuff for a correct bucket cache. */ 183 /* Force the right stuff for a correct bucket cache. */
184 dbf->cache_entry = &dbf->bucket_cache[0]; 184 dbf->cache_entry = &dbf->bucket_cache[0];

Return to:

Send suggestions and report system problems to the System administrator.