diff options
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, |