From 30631bd56b6a2fc3b938bc1fd9fa76ccae0be7eb Mon Sep 17 00:00:00 2001 From: root Date: Thu, 1 Nov 2007 17:35:02 +0000 Subject: *** empty log message *** --- evdns.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'evdns.c') 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; -- cgit v1.2.3