summaryrefslogtreecommitdiff
path: root/evdns.c
diff options
context:
space:
mode:
authorroot <root>2007-11-01 17:35:02 +0000
committerroot <root>2007-11-01 17:35:02 +0000
commit30631bd56b6a2fc3b938bc1fd9fa76ccae0be7eb (patch)
tree705daf33ef47da58bcde1765fbb8f2f844d8e0e9 /evdns.c
parent98d2a2bbab6df4db45d5e3a1c932ba469fd10e47 (diff)
*** empty log message ***
Diffstat (limited to 'evdns.c')
-rw-r--r--evdns.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/evdns.c b/evdns.c
index 7f09671..6ba23f1 100644
--- a/evdns.c
+++ b/evdns.c
@@ -1,5 +1,4 @@
#define DNS_USE_GETTIMEOFDAY_FOR_ID 1
-/* $Id: evdns.c,v 1.2 2007-11-01 17:29:19 root Exp $ */
/* The original version of this module was written by Adam Langley; for
* a history of modifications, check out the subversion logs.
@@ -2267,7 +2266,7 @@ int evdns_resolve_reverse(struct in_addr *in, int flags, evdns_callback_type cal
}
int evdns_resolve_reverse_ipv6(struct xin6_addr *in, int flags, evdns_callback_type callback, void *ptr) {
- char buf[64];
+ char buf[96];
char *cp;
struct request *req;
int i;