8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 04:43:03 +01:00

Fixed CORE-6541: Restore backup on RawDevice

This commit is contained in:
AlexPeshkoff 2021-04-23 17:49:48 +03:00
parent 63ec0abc5d
commit 2dd7b3fd1a

View File

@ -724,6 +724,7 @@ jrd_file* PIO_open(thread_db* tdbb,
raw = true;
if (!raw_devices_validate_database(desc, expandedName))
{
maybeCloseFile(desc);
ERR_post(Arg::Gds(isc_io_error) << Arg::Str("open") << Arg::Str(originalName) <<
Arg::Gds(isc_io_open_err) << Arg::Unix(ENOENT));
}