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:
parent
4cb57947fd
commit
8d66ddd54b
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user