8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 08:43:03 +01:00
This commit is contained in:
robocop 2008-03-22 09:00:43 +00:00
parent b95f334bc6
commit 1662d17d89

View File

@ -33,8 +33,7 @@ namespace Firebird
{
WriteLockGuard guard(sync);
size_t pos;
if (handles->find(this, pos))
if (handles->exist(this))
{
fb_assert(false);
}