aboutsummaryrefslogtreecommitdiffstats
path: root/common/t-dns-cert.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/t-dns-cert.c')
-rw-r--r--common/t-dns-cert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/t-dns-cert.c b/common/t-dns-cert.c
index a2b14f2c1..f3e8892a7 100644
--- a/common/t-dns-cert.c
+++ b/common/t-dns-cert.c
@@ -55,7 +55,7 @@ main (int argc, char **argv)
printf ("CERT lookup on `%s'\n", name);
- rc = get_dns_cert (name, 16384, &iobuf, &fpr, &fpr_len, &url);
+ rc = get_dns_cert (name, 65536, &iobuf, &fpr, &fpr_len, &url);
if (rc == -1)
fputs ("lookup result: error\n", stdout);
else if (!rc)