From 8f05c35f889800dac5a1f639b998373f79425f3b Mon Sep 17 00:00:00 2001 From: dimitr Date: Tue, 29 Jul 2008 10:36:36 +0000 Subject: [PATCH] Misc. --- src/remote/server.cpp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/remote/server.cpp b/src/remote/server.cpp index bd7f682a29..a163006fe7 100644 --- a/src/remote/server.cpp +++ b/src/remote/server.cpp @@ -4312,10 +4312,7 @@ ISC_STATUS rem_port::send_response( PACKET* sendL, { case isc_arg_warning: case isc_arg_gds: - /* When talking with older (pre 6.0) clients, do not send - * warnings. - */ - + // When talking with older (pre 6.0) clients, do not send warnings if (*status_vector == isc_arg_warning && this->port_protocol < PROTOCOL_VERSION10) { @@ -4405,8 +4402,8 @@ ISC_STATUS rem_port::send_response( PACKET* sendL, *v = isc_arg_end; -/* Format and send response. Note: the blob_id and data address fields - of the response packet may contain valid data. Don't trash them. */ + // Format and send response. Note: the blob_id and data address fields + // of the response packet may contain valid data. Don't trash them. sendL->p_operation = op_response;