Skip to content

Commit 62024cc

Browse files
committed
Merge branch 'issue_169' into issue_174
2 parents 051347a + 9d45033 commit 62024cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/archive.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ get_wal_file(const char *from_path, const char *to_path)
985985
}
986986
}
987987

988-
if (fio_flush(out) != 0 || fio_close(out) != 0)
988+
if (fio_close(out) != 0)
989989
{
990990
errno_temp = errno;
991991
fio_unlink(to_path_temp, FIO_DB_HOST);

0 commit comments

Comments
 (0)