]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Adjust comment to have correct message limit value
authorMark Andrews <marka@isc.org>
Thu, 16 Nov 2023 00:22:47 +0000 (11:22 +1100)
committerMark Andrews <marka@isc.org>
Tue, 5 Dec 2023 22:06:31 +0000 (09:06 +1100)
(cherry picked from commit 560c24597190a77e5d157543fc1179b84d7f74b0)

lib/ns/xfrout.c

index f0c52f25fea5e26eddf7b09e40b6e95ee03b5011..271b462d64ec138ba50dacebdcf1496a1160ff6c 100644 (file)
@@ -1281,7 +1281,7 @@ xfrout_ctx_create(isc_mem_t *mctx, ns_client_t *client, unsigned int id,
         * Note that although 65535-byte RRs are allowed in principle, they
         * cannot be zone-transferred (at least not if uncompressible),
         * because the message and RR headers would push the size of the
-        * TCP message over the 65536 byte limit.
+        * TCP message over the 65535 byte limit.
         */
        mem = isc_mem_get(mctx, len);
        isc_buffer_init(&xfr->buf, mem, len);