git-svn-id: file:///home/svn/framework3/trunk@6665 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2009-06-17 01:34:33 +00:00
parent b8efb1bbf9
commit 7cb96ed11f
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ class Process < Rex::Post::Process
channel_id, "stdapi_process", CHANNEL_FLAG_SYNCHRONOUS)
end
# Retrun a process instance
# Return a process instance
return self.new(pid, handle, channel)
end