mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
cf-socket: remove references to l_ip, l_port
Fixes #13210 Closes #13211
This commit is contained in:
parent
c247827a8a
commit
d82869d7a5
@ -946,8 +946,8 @@ static CURLcode set_local_ip(struct Curl_cfilter *cf,
|
||||
}
|
||||
#else
|
||||
(void)data;
|
||||
ctx->l_ip[0] = 0;
|
||||
ctx->l_port = -1;
|
||||
ctx->ip.local_ip[0] = 0;
|
||||
ctx->ip.local_port = -1;
|
||||
#endif
|
||||
return CURLE_OK;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user