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-b9f4589650daunstable
parent
6a794fc25a
commit
dc2b42a8c2
|
@ -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
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue