-/* $Id: evdns.c,v 1.1 2007-11-01 15:46:43 root Exp $ */
+/* $Id: evdns.c,v 1.7 2007-11-03 20:24:42 root Exp $ */
/* The original version of this module was written by Adam Langley; for
* a history of modifications, check out the subversion logs.
#include <stdarg.h>
#include "evdns.h"
-/*#include "log.h"*/
+#include "log.h"
#ifdef WIN32
#include <windows.h>
#include <winsock2.h>
}
int evdns_resolve_reverse_ipv6(struct in6_addr *in, int flags, evdns_callback_type callback, void *ptr) {
- char buf[64];
+ char buf[96];
char *cp;
struct request *req;
int i;