summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMiklos Fazekas <mfazekas@szemafor.com>2018-02-08 14:10:56 +0100
committerMiklos Fazekas <mfazekas@szemafor.com>2018-02-08 14:10:56 +0100
commit19881f3fafa44a9b5dd0e92cf7506712d024646e (patch)
treecd3faba4eb2b3f1539197beaa79b4647508b7cf8 /lib
parent63036d0b448ddb7e5d8e0889d15a64182bfd559e (diff)
downloadnet-ssh-19881f3fafa44a9b5dd0e92cf7506712d024646e.tar.gz
Fix uninitialized SimpleDelegator
Diffstat (limited to 'lib')
-rw-r--r--lib/net/ssh/transport/ctr.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/net/ssh/transport/ctr.rb b/lib/net/ssh/transport/ctr.rb
index 6c7c86c..4c8f444 100644
--- a/lib/net/ssh/transport/ctr.rb
+++ b/lib/net/ssh/transport/ctr.rb
@@ -1,4 +1,5 @@
require 'openssl'
+require 'delegate'
module Net::SSH::Transport
#:nodoc: