1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00

Add missing linefeed.

This commit is contained in:
David Steele 2021-02-28 16:01:38 -05:00
parent 3b8f0ef7ae
commit 3fb6da6412

View File

@ -82,6 +82,7 @@ storageReadPosixOpen(THIS_VOID)
else
THROW_SYS_ERROR_FMT(FileOpenError, STORAGE_ERROR_READ_OPEN, strZ(this->interface.name)); // {vm_covered}
}
// On success set free callback to ensure the file descriptor is freed
if (this->fd != -1)
{