mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 20:30:38 +09:00
poll: Fix size type
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -594,7 +594,7 @@ void ssh_poll_ctx_remove(ssh_poll_ctx ctx, ssh_poll_handle p) {
|
||||
int ssh_poll_ctx_dopoll(ssh_poll_ctx ctx, int timeout)
|
||||
{
|
||||
int rc;
|
||||
int i, used;
|
||||
size_t i, used;
|
||||
ssh_poll_handle p;
|
||||
socket_t fd;
|
||||
int revents;
|
||||
|
||||
Reference in New Issue
Block a user