8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 23:23:04 +01:00
This commit is contained in:
dimitr 2008-04-30 19:16:12 +00:00
parent 7e1321ec08
commit c66a8cb62a

View File

@ -1548,7 +1548,7 @@ jrd_tra* TRA_start(thread_db* tdbb, ULONG flags, SSHORT lock_timeout, Jrd::jrd_t
if (dbb->dbb_ast_flags & DBB_shut_tran)
{
ERR_post(isc_shutinprog, isc_arg_string,
ERR_string(tdbb->getAttachment()->att_filename),
ERR_string(attachment->att_filename),
0);
}
@ -1584,7 +1584,7 @@ jrd_tra* TRA_start(thread_db* tdbb, int tpb_length, const UCHAR* tpb, Jrd::jrd_t
if (dbb->dbb_ast_flags & DBB_shut_tran)
{
ERR_post(isc_shutinprog, isc_arg_string,
ERR_string(tdbb->getAttachment()->att_filename),
ERR_string(attachment->att_filename),
0);
}