mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:03:36 +03:00
cf-socket: remove references to l_ip, l_port
Fixes #13210 Closes #13211
This commit is contained in:
parent
c247827a8a
commit
d82869d7a5
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue