mirror of
https://github.com/curl/curl.git
synced 2026-05-14 09:06:20 +03:00
parent
7e65d91071
commit
c3331a029c
1 changed files with 4 additions and 0 deletions
|
|
@ -1859,6 +1859,7 @@ CURLcode Curl_uc_to_curlcode(CURLUcode uc)
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef ENABLE_IPV6
|
||||
/*
|
||||
* If the URL was set with an IPv6 numerical address with a zone id part, set
|
||||
* the scope_id based on that!
|
||||
|
|
@ -1908,6 +1909,9 @@ static void zonefrom_url(CURLU *uh, struct Curl_easy *data,
|
|||
free(zoneid);
|
||||
}
|
||||
}
|
||||
#else
|
||||
#define zonefrom_url(a,b,c) Curl_nop_stmt
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Parse URL and fill in the relevant members of the connection struct.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue