summaryrefslogtreecommitdiffhomepage
path: root/common-channel.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2015-11-27 21:26:43 +0800
committerMatt Johnston <matt@ucc.asn.au>2015-11-27 21:26:43 +0800
commitee353847be7b98de6d2a989f3522b5bd989261e4 (patch)
treef7e3c351e5999732528d462fc8743042a5cff950 /common-channel.c
parent33b2fbb5ef77bb8d31d0a4f9de3c4175da219b71 (diff)
Fix ses.channel_signal_pending race
Diffstat (limited to 'common-channel.c')
-rw-r--r--common-channel.c2
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