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:
parent
63ec0abc5d
commit
2dd7b3fd1a
@ -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));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user