mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Misc.
This commit is contained in:
parent
2269debcc4
commit
8f05c35f88
@ -4312,10 +4312,7 @@ ISC_STATUS rem_port::send_response( PACKET* sendL,
|
|||||||
{
|
{
|
||||||
case isc_arg_warning:
|
case isc_arg_warning:
|
||||||
case isc_arg_gds:
|
case isc_arg_gds:
|
||||||
/* When talking with older (pre 6.0) clients, do not send
|
// When talking with older (pre 6.0) clients, do not send warnings
|
||||||
* warnings.
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (*status_vector == isc_arg_warning &&
|
if (*status_vector == isc_arg_warning &&
|
||||||
this->port_protocol < PROTOCOL_VERSION10)
|
this->port_protocol < PROTOCOL_VERSION10)
|
||||||
{
|
{
|
||||||
@ -4405,8 +4402,8 @@ ISC_STATUS rem_port::send_response( PACKET* sendL,
|
|||||||
|
|
||||||
*v = isc_arg_end;
|
*v = isc_arg_end;
|
||||||
|
|
||||||
/* Format and send response. Note: the blob_id and data address fields
|
// Format and send response. Note: the blob_id and data address fields
|
||||||
of the response packet may contain valid data. Don't trash them. */
|
// of the response packet may contain valid data. Don't trash them.
|
||||||
|
|
||||||
sendL->p_operation = op_response;
|
sendL->p_operation = op_response;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user