aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2011-11-28 17:36:21 +0000
committerWerner Koch <[email protected]>2011-12-02 20:57:33 +0000
commit0e138c3b158719cb2a97fd7ab52b9286ad6b3f7c (patch)
tree5683ad720661d02f0f8fedc2d1ae8bcbfb39b2ca
parentRe-indented dns-cert.c (diff)
downloadgnupg-0e138c3b158719cb2a97fd7ab52b9286ad6b3f7c.tar.gz
gnupg-0e138c3b158719cb2a97fd7ab52b9286ad6b3f7c.zip
Actually increase buffer size of 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)