Skip to content

Commit

Permalink
fix for accidently creating rex/post/thread instead of real thread doh!
Browse files Browse the repository at this point in the history
  • Loading branch information
alhazred committed Feb 1, 2012
1 parent acffec8 commit b2d42d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta_ssh/lib/rex/post/meta_ssh/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def init_ssh(ssh,opts={})
# self.encode_unicode = opts.has_key?(:encode_unicode) ? opts[:encode_unicode] : true
self.register_extension_alias('core', ClientCore.new(self))
self.core.use('stdapi')
self.thread=Thread.new do
self.thread=Rex::ThreadFactory.spawn("metaSSHprocessor",false) do
c=0
begin
loop do
Expand Down

0 comments on commit b2d42d7

Please sign in to comment.