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

Fixed the POSIX build.

This commit is contained in:
dimitr 2009-08-18 07:35:29 +00:00
parent e7001b18ae
commit 70b28297c1

View File

@ -5313,7 +5313,6 @@ static THREAD_ENTRY_DECLARE loopThread(THREAD_ENTRY_PARAM)
catch (const Firebird::Exception& ex)
{
iscLogException("Error while processing the incoming packet", ex);
return 1;
}
return 0;