8
0
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:
dimitr 2015-12-16 16:43:59 +00:00
parent 08a462d3cc
commit e39801c450

View File

@ -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();