1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

remove bogus comment

This commit is contained in:
Yang Tse 2008-10-30 15:13:22 +00:00
parent 91c77808c4
commit 005bf19acf

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;
}