diff options
author | root <root> | 2007-11-01 17:35:02 +0000 |
---|---|---|
committer | root <root> | 2007-11-01 17:35:02 +0000 |
commit | 30631bd56b6a2fc3b938bc1fd9fa76ccae0be7eb (patch) | |
tree | 705daf33ef47da58bcde1765fbb8f2f844d8e0e9 /evdns.c | |
parent | 98d2a2bbab6df4db45d5e3a1c932ba469fd10e47 (diff) |
*** empty log message ***
Diffstat (limited to 'evdns.c')
-rw-r--r-- | evdns.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |