1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-22 13:43:16 +00:00

compiler warning fix

This commit is contained in:
Yang Tse
2007-02-17 11:59:08 +00:00
parent 675bdce3b2
commit 45b2661a5a

View File

@ -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];