Skip to content
Snippets Groups Projects
Commit 336b0b7d authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added comment on a variable that is unused on some platforms

parent f22c690b
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ struct hostent *GetHost(struct UrlData *data,
{
struct hostent *h = NULL;
unsigned long in;
int ret;
int ret; /* this variable is unused on several platforms but used on some */
#define CURL_NAMELOOKUP_SIZE 9000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment