8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 01:23:03 +01:00
This commit is contained in:
GitHub Action 2022-09-14 10:23:33 +00:00
parent e1ce2ee4c4
commit ced32cf8f0

View File

@ -7248,7 +7248,7 @@ static JAttachment* initAttachment(thread_db* tdbb, const PathName& expanded_nam
dbb = dbb->dbb_next;
continue;
}
if (dbb->dbb_flags & DBB_bugcheck)
{
status_exception::raise(Arg::Gds(isc_bug_check) << "can't attach after bugcheck");