From: Brian Wellington Date: Fri, 13 Oct 2000 23:38:45 +0000 (+0000) Subject: Updated a comment X-Git-Tag: v9.0.1^4~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1417088e3c87e88ae7603a049ac9dddb5e548215;p=thirdparty%2Fbind9.git Updated a comment --- diff --git a/bin/named/client.c b/bin/named/client.c index f3af301228f..829c2140000 100644 --- a/bin/named/client.c +++ b/bin/named/client.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: client.c,v 1.119 2000/10/12 21:51:42 mws Exp $ */ +/* $Id: client.c,v 1.120 2000/10/13 23:38:45 bwelling Exp $ */ #include @@ -793,8 +793,7 @@ ns_client_send(ns_client_t *client) { client->message->flags |= DNS_MESSAGEFLAG_RA; /* - * XXXRTH The following doesn't deal with TSIGs, TCP buffer resizing, - * or ENDS1 more data packets. + * XXXRTH The following doesn't deal with TCP buffer resizing. */ result = client_allocsendbuf(client, &buffer, &tcpbuffer, 0, &data); if (result != ISC_R_SUCCESS)