Page MenuHomeFreeBSD

D5868.id14953.diff
No OneTemporary

D5868.id14953.diff

Index: head/lib/libc/db/hash/hash.c
===================================================================
--- head/lib/libc/db/hash/hash.c
+++ head/lib/libc/db/hash/hash.c
@@ -423,7 +423,8 @@
free(hashp->tmp_buf);
if (hashp->fp != -1) {
- (void)_fsync(hashp->fp);
+ if (hashp->save_file)
+ (void)_fsync(hashp->fp);
(void)_close(hashp->fp);
}

File Metadata

Mime Type
text/plain
Expires
Mon, Jun 8, 3:09 PM (19 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33814440
Default Alt Text
D5868.id14953.diff (358 B)

Event Timeline