diff options
Diffstat (limited to 'common-channel.c')
-rw-r--r-- | common-channel.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common-channel.c b/common-channel.c index 5f4e92d..8a10105 100644 --- a/common-channel.c +++ b/common-channel.c @@ -255,8 +255,6 @@ void channelio(fd_set *readfds, fd_set *writefds) { } } - ses.channel_signal_pending = 0; - #ifdef USING_LISTENERS handle_listeners(readfds); #endif |