typo fix? actually pass the options instead of always using an empty Hash.

git-svn-id: file:///home/svn/framework3/trunk@9107 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2010-04-19 23:19:12 +00:00
parent 6a794fc25a
commit dc2b42a8c2
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ module Msf::Payload::Stager
# create a session.
#
def handle_connection_stage(conn, opts={})
create_session(conn, opts={})
create_session(conn, opts)
end
#