compiler warning fix

pull/1/head
Yang Tse 18 years ago
parent 675bdce3b2
commit 45b2661a5a
  1. 2
      ares_gethostbyaddr.c

@ -186,9 +186,9 @@ static int file_lookup(union ares_addr *addr, int family, struct hostent **host)
{
FILE *fp;
int status;
int error;
#ifdef WIN32
int error;
char PATH_HOSTS[MAX_PATH];
if (IS_NT()) {
char tmp[MAX_PATH];

Loading…
Cancel
Save