whitespace

bug/bundler_fix
James Lee 2016-07-19 16:37:19 -05:00
parent ff63e6e05a
commit a54945c82c
No known key found for this signature in database
GPG Key ID: 2D6094C7CEA0A321
1 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
module Msf module Msf
module Exploit::Remote::SSH module Exploit::Remote::SSH
def ssh_socket_factory def ssh_socket_factory
Rex::Socket::SSHFactory.new(framework,self, datastore['Proxies']) Rex::Socket::SSHFactory.new(framework, self, datastore['Proxies'])
end end
end end
end end