Skip to content

Commit 9d45033

Browse files
committed
Merge branch 'master' into issue_169
2 parents 9811acf + 4f1a76b commit 9d45033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/archive.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ get_wal_file(const char *from_path, const char *to_path)
479479
}
480480
}
481481

482-
if (fio_flush(out) != 0 || fio_close(out) != 0)
482+
if (fio_close(out) != 0)
483483
{
484484
errno_temp = errno;
485485
fio_unlink(to_path_temp, FIO_DB_HOST);

0 commit comments

Comments
 (0)