mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 05:23:03 +01:00
This should fix the minor error reporting regression noticed for bugs.core_3323.
This commit is contained in:
parent
08a462d3cc
commit
e39801c450
@ -7468,7 +7468,7 @@ bool thread_db::checkCancelState(bool punt)
|
||||
attachment->att_flags &= ~ATT_cancel_raise;
|
||||
|
||||
tdbb_flags |= TDBB_sys_error;
|
||||
ERR_post_nothrow(status, tdbb_status_vector);
|
||||
status.copyTo(tdbb_status_vector);
|
||||
|
||||
if (punt)
|
||||
ERR_punt();
|
||||
|
Loading…
Reference in New Issue
Block a user