summaryrefslogtreecommitdiffstats
path: root/lib/dns/master.c
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2012-09-20 03:38:28 +0000
committerdougb <dougb@FreeBSD.org>2012-09-20 03:38:28 +0000
commitbe47cf2d63c5d79e95cc63a17f7dcefd3035e5da (patch)
treee0b5d63bc2bdd94facfed037bb4fca7399a722f8 /lib/dns/master.c
parent2fc770e93b383b38f673e86fce7b3fc5d75d63c0 (diff)
downloadFreeBSD-src-be47cf2d63c5d79e95cc63a17f7dcefd3035e5da.zip
FreeBSD-src-be47cf2d63c5d79e95cc63a17f7dcefd3035e5da.tar.gz
Vendor import of BIND 9.8.3-P3
Diffstat (limited to 'lib/dns/master.c')
-rw-r--r--lib/dns/master.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dns/master.c b/lib/dns/master.c
index ae07e55..7f6cf58 100644
--- a/lib/dns/master.c
+++ b/lib/dns/master.c
@@ -75,7 +75,7 @@
/*%
* max message size - header - root - type - class - ttl - rdlen
*/
-#define MINTSIZ (65535 - 12 - 1 - 2 - 2 - 4 - 2)
+#define MINTSIZ DNS_RDATA_MAXLENGTH
/*%
* Size for tokens in the presentation format,
* The largest tokens are the base64 blocks in KEY and CERT records,
OpenPOWER on IntegriCloud