mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
url: silence MSVC warning
Since commit f3d501dc67
, if proxy support is disabled, MSVC warns:
url.c : warning C4701: potentially uninitialized local variable
'hostaddr' used
url.c : error C4703: potentially uninitialized local pointer variable
'hostaddr' used
That could actually only happen if both `conn->bits.proxy` and
`CURL_DISABLE_PROXY` were enabled.
Initialize it to NULL to silence the warning.
Closes https://github.com/curl/curl/pull/5638
This commit is contained in:
parent
01afe4e1af
commit
19b96ba385
Loading…
Reference in New Issue
Block a user