Should return the thread object

bug/bundler_fix
Meatballs 2014-06-01 11:49:56 +01:00
parent 58ee2ccd6e
commit a4ecd8e02d
No known key found for this signature in database
GPG Key ID: 5380EAF01F2F8B38
1 changed files with 1 additions and 2 deletions

View File

@ -35,10 +35,9 @@ module Process
thread = host.thread.create(shell_addr,0)
unless thread.instance_of?(Rex::Post::Meterpreter::Extensions::Stdapi::Sys::Thread)
vprint_error("Unable to create thread")
return false
end
true
thread
end
end # Process