summaryrefslogtreecommitdiff
path: root/lib/net/ssh/gateway.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/ssh/gateway.rb')
-rw-r--r--lib/net/ssh/gateway.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/net/ssh/gateway.rb b/lib/net/ssh/gateway.rb
index 214dd35..83bf671 100644
--- a/lib/net/ssh/gateway.rb
+++ b/lib/net/ssh/gateway.rb
@@ -192,6 +192,7 @@ class Net::SSH::Gateway
@session_mutex.synchronize do
@session.process(0.1)
end
+ Thread.pass
end
end
end