1
0
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:
Andreas Schneider
2012-07-17 17:33:55 +02:00
parent ad24427f03
commit 8b8d9dc83a

View File

@@ -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();