mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 02:43:03 +01:00
Fixed the "bad handle" error reporting in the remote server.
This commit is contained in:
parent
3d4dd14680
commit
fdeb9d6e53
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user