1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Actually increase buffer size of t-dns-cert.c.

This commit is contained in:
Werner Koch 2011-11-28 18:36:21 +01:00
parent feeccdcb11
commit 0e138c3b15

View file

@ -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)