mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
parent
7e65d91071
commit
c3331a029c
@ -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…
Reference in New Issue
Block a user