Fixed problem when running cmd_exec in PHP Meterpreter on Linux

git-svn-id: file:///home/svn/framework3/trunk@10850 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Carlos Perez 2010-10-31 00:32:03 +00:00
parent 3dd35cdcd4
commit 245cfd3b61
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ def cmd_exec(cmd)
break if d == ""
end
cmd.channel.close
cmd.close
return o
end