From be47cf2d63c5d79e95cc63a17f7dcefd3035e5da Mon Sep 17 00:00:00 2001 From: dougb Date: Thu, 20 Sep 2012 03:38:28 +0000 Subject: Vendor import of BIND 9.8.3-P3 --- lib/dns/master.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/dns/master.c') 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, -- cgit v1.1