mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:41:41 +03:00
connect: fix compile errors in Curl_conninfo_local
.. for the `#else` (`!HAVE_GETSOCKNAME`) case Fixes https://github.com/curl/curl/issues/6548 Closes #6549 Signed-off-by: Layla <layla@insightfulvr.com>
This commit is contained in:
parent
1c1158a9dd
commit
4fc5e7eda5
1 changed files with 2 additions and 1 deletions
|
|
@ -737,8 +737,9 @@ void Curl_conninfo_local(struct Curl_easy *data, curl_socket_t sockfd,
|
|||
}
|
||||
#else
|
||||
(void)data;
|
||||
(void)conn;
|
||||
(void)sockfd;
|
||||
(void)local_ip;
|
||||
(void)local_port;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue