diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-09-20 04:21:05 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-09-20 04:21:05 +0000 |
commit | d229a84959ec344c5383fee4b6a42607a9bd9433 (patch) | |
tree | 748201879015dc2f792f6d8de87952b3a253b71a /lib/dns/master.c | |
parent | 365190a235758158eaa04a2388407f1a4bdfe24c (diff) |
Vendor import of BIND 9.6-ESV-R7-P3vendor/bind9/9.6-ESV-R7-P3
Notes
Notes:
svn path=/vendor/bind9/dist-9.6/; revision=240730
svn path=/vendor/bind9/9.6-ESV-R7-P3/; revision=240731; tag=vendor/bind9/9.6-ESV-R7-P3
Diffstat (limited to 'lib/dns/master.c')
-rw-r--r-- | lib/dns/master.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dns/master.c b/lib/dns/master.c index 861ee2f3fb9d..84af3b836614 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, |