]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Updated a comment
authorBrian Wellington <source@isc.org>
Fri, 13 Oct 2000 23:38:45 +0000 (23:38 +0000)
committerBrian Wellington <source@isc.org>
Fri, 13 Oct 2000 23:38:45 +0000 (23:38 +0000)
bin/named/client.c

index f3af301228f2e8c583406870c55f323acab38f12..829c2140000bb63fc0c2a40fb080647d6261c46a 100644 (file)
@@ -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 <config.h>
 
@@ -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)