8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 06:03:02 +01:00

Let's not cancel the verb cleanup process as it causes a fatal bugcheck.

This commit is contained in:
dimitr 2006-12-22 15:49:31 +00:00
parent 0226763783
commit 40f6fa11d0

View File

@ -4646,6 +4646,7 @@ bool JRD_reschedule(thread_db* tdbb, SLONG quantum, bool punt)
if (request->req_flags & req_blocking)
{
request->req_flags &= ~req_blocking;
tdbb->tdbb_flags |= TDBB_sys_error;
if (punt) {