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

Fixed the "bad handle" error reporting in the remote server.

This commit is contained in:
dimitr 2009-02-28 13:12:37 +00:00
parent 3d4dd14680
commit fdeb9d6e53

View File

@ -3345,8 +3345,6 @@ static bool process_packet(rem_port* port, PACKET* sendL, PACKET* receive, rem_p
// Send it to the user
port->send_response(sendL, 0, 0, local_status, false);
return false;
}
catch (const Firebird::Exception& ex)
{