mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-29 01:03:57 +03:00
connect: Fix a build warning.
This commit is contained in:
@@ -139,7 +139,7 @@ static int ssh_connect_ai_timeout(ssh_session session, const char *host,
|
||||
int timeout_ms;
|
||||
ssh_pollfd_t fds;
|
||||
int rc = 0;
|
||||
unsigned int len = sizeof(rc);
|
||||
socklen_t len = sizeof(rc);
|
||||
|
||||
enter_function();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user