8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 20:43:04 +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); WriteLockGuard guard(sync);
size_t pos; if (handles->exist(this))
if (handles->find(this, pos))
{ {
fb_assert(false); fb_assert(false);
} }