8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00
This commit is contained in:
dimitr 2008-07-29 10:36:36 +00:00
parent 2269debcc4
commit 8f05c35f88

View File

@ -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;