mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:43:02 +01:00
Disable the annoying assertion
This commit is contained in:
parent
e8f3abbbcc
commit
1a453a4591
@ -8115,7 +8115,7 @@ static void purge_attachment(thread_db* tdbb, StableAttachmentPart* sAtt, unsign
|
|||||||
|
|
||||||
if (attachment && attachment->att_purge_tid == Thread::getId())
|
if (attachment && attachment->att_purge_tid == Thread::getId())
|
||||||
{
|
{
|
||||||
fb_assert(false); // recursive call - impossible ?
|
// fb_assert(false); // recursive call - impossible ?
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user