summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sploit/comm.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sploit/comm.py b/sploit/comm.py
index f1415bc..8c46f1d 100644
--- a/sploit/comm.py
+++ b/sploit/comm.py
@@ -120,6 +120,7 @@ class Comm:
poll.register(self.back.stdin, event)
poll.register(stdin, event)
+ readtable[self.back.stdin.fileno()]()
while True:
for fd, e in poll.poll(self.timeout):
if not e & event: return