8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 00:43:03 +01:00

Explicit NULL check makes no sense when validating against array of known handles (pointers)

This commit is contained in:
alexpeshkoff 2012-12-28 10:22:30 +00:00
parent 524948c027
commit b8a04dae7e

View File

@ -380,7 +380,7 @@ public:
bool checkHandle() const
{
if (!this || !isKnownHandle())
if (!isKnownHandle())
return false;
mutex()->release();