mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
connect: Zero the origfds struct
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -488,6 +488,7 @@ int ssh_select(ssh_channel *channels, ssh_channel *outchannels, socket_t maxfd,
|
|||||||
ssh_event_add_session(event, channels[i]->session);
|
ssh_event_add_session(event, channels[i]->session);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ZERO_STRUCT(origfds);
|
||||||
FD_ZERO(&origfds);
|
FD_ZERO(&origfds);
|
||||||
for (fd = 0; fd < maxfd ; fd++) {
|
for (fd = 0; fd < maxfd ; fd++) {
|
||||||
if (FD_ISSET(fd, readfds)) {
|
if (FD_ISSET(fd, readfds)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user