remove bogus comment

This commit is contained in:
Yang Tse 2008-10-30 15:13:22 +00:00
parent 91c77808c4
commit 005bf19acf
1 changed files with 0 additions and 1 deletions

View File

@ -322,7 +322,6 @@ Curl_he2ai(const struct hostent *he, int port)
}
if(result != CURLE_OK) {
/* Use parenthesis to prevent memdebug from replacing this */
Curl_freeaddrinfo(firstai);
firstai = NULL;
}