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

System requests should run with valid attachment assigned

This commit is contained in:
hvlad 2011-02-28 15:29:06 +00:00
parent 4cb57947fd
commit 8d66ddd54b

View File

@ -143,6 +143,8 @@ namespace Jrd
if (!(clone->req_flags & (req_active | req_reserved)))
{
clone->req_flags |= req_reserved;
clone->setAttachment(tdbb->getAttachment());
fb_assert(clone->req_attachment);
return clone;
}
}