8
0
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:
Dmitry Yemanov 2022-04-08 17:00:56 +03:00
parent e8f3abbbcc
commit 1a453a4591

View File

@ -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;
} }