diff options
-rw-r--r-- | libssh/channels.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/channels.c b/libssh/channels.c index 3e578122..eb54a074 100644 --- a/libssh/channels.c +++ b/libssh/channels.c @@ -1756,7 +1756,7 @@ static int count_ptrs(ssh_channel *ptrs) { */ int channel_select(ssh_channel *readchans, ssh_channel *writechans, ssh_channel *exceptchans, struct timeval * timeout) { - ssh_channel *rchans, **wchans, **echans; + ssh_channel *rchans, *wchans, *echans; ssh_channel dummy = NULL; fd_set rset; fd_set wset; |